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