mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
8 lines
161 B
C
8 lines
161 B
C
|
#ifndef XFS_SYNC_H
|
||
|
#define XFS_SYNC_H 1
|
||
|
|
||
|
int xfs_sync(struct xfs_mount *mp, int flags);
|
||
|
int xfs_syncsub(struct xfs_mount *mp, int flags, int *bypassed);
|
||
|
|
||
|
#endif
|