aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
diff options
context:
space:
mode:
authorDavid Chinner <david@fromorbit.com>2008-10-30 02:16:11 -0400
committerLachlan McIlroy <lachlan@sgi.com>2008-10-30 02:16:11 -0400
commita4e4c4f4a8f9376158f8181a75285091f52a79e3 (patch)
tree146e3f2d51e60db4536895a0cd4eb69a33762d37 /fs/xfs/quota
parentcb56a4b995d44b7990ca3acd18db571eedd0649f (diff)
[XFS] Kill xfs_sync()
There are no more callers to xfs_sync() now, so remove the function altogther. SGI-PV: 988140 SGI-Modid: xfs-linux-melb:xfs-kern:32311a 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/quota')
-rw-r--r--fs/xfs/quota/xfs_qm.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c
index 270f775974e..db1986a205a 100644
--- a/fs/xfs/quota/xfs_qm.c
+++ b/fs/xfs/quota/xfs_qm.c
@@ -987,14 +987,10 @@ xfs_qm_dqdetach(
987} 987}
988 988
989/* 989/*
990 * This is called by VFS_SYNC and flags arg determines the caller, 990 * This is called to sync quotas. We can be told to use non-blocking
991 * and its motives, as done in xfs_sync. 991 * semantics by either the SYNC_BDFLUSH flag or the absence of the
992 * 992 * SYNC_WAIT flag.
993 * vfs_sync: SYNC_FSDATA|SYNC_ATTR|SYNC_BDFLUSH 0x31
994 * syscall sync: SYNC_FSDATA|SYNC_ATTR|SYNC_DELWRI 0x25
995 * umountroot : SYNC_WAIT | SYNC_CLOSE | SYNC_ATTR | SYNC_FSDATA
996 */ 993 */
997
998int 994int
999xfs_qm_sync( 995xfs_qm_sync(
1000 xfs_mount_t *mp, 996 xfs_mount_t *mp,