]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/xfs/linux-2.6/xfs_sync.h
[XFS] move sync code to its own file
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / linux-2.6 / xfs_sync.h
1 #ifndef XFS_SYNC_H
2 #define XFS_SYNC_H 1
3
4 int xfs_sync(struct xfs_mount *mp, int flags);
5 int xfs_syncsub(struct xfs_mount *mp, int flags, int *bypassed);
6
7 #endif