aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.h
diff options
context:
space:
mode:
authorDavid Chinner <david@fromorbit.com>2008-10-30 02:06:08 -0400
committerLachlan McIlroy <lachlan@sgi.com>2008-10-30 02:06:08 -0400
commitfe4fa4b8e463fa5848ef9e86ed75d27501d0da1e (patch)
tree8b3ec6b29f7bb2c604aebb7d9e99b2670ec5e87e /fs/xfs/xfs_vfsops.h
parent34519daae6778d129d56688f75ade27f6011bac9 (diff)
[XFS] move sync code to its own file
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>
Diffstat (limited to 'fs/xfs/xfs_vfsops.h')
-rw-r--r--fs/xfs/xfs_vfsops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.h b/fs/xfs/xfs_vfsops.h
index a74b05087da4..6701d0ed8adc 100644
--- a/fs/xfs/xfs_vfsops.h
+++ b/fs/xfs/xfs_vfsops.h
@@ -8,7 +8,6 @@ struct kstatfs;
8struct xfs_mount; 8struct xfs_mount;
9struct xfs_mount_args; 9struct xfs_mount_args;
10 10
11int xfs_sync(struct xfs_mount *mp, int flags);
12void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, 11void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
13 int lnnum); 12 int lnnum);
14void xfs_attr_quiesce(struct xfs_mount *mp); 13void xfs_attr_quiesce(struct xfs_mount *mp);