forked from Minki/linux
fe4fa4b8e4
The sync code in XFS is spread around several files. While it used to make sense to have such a distribution, the code is about to be cleaned up and so centralising it in one spot as the first step makes sense. SGI-PV: 988139 SGI-Modid: xfs-linux-melb:xfs-kern:32282a Signed-off-by: David Chinner <david@fromorbit.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org>
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
|