diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2007-02-10 02:35:33 -0500 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2007-02-10 02:35:33 -0500 |
commit | 1f9b3b64d417a714eb79d9a4cd4927ab304b0fc0 (patch) | |
tree | 193664b3b8d154d885ba0a49f8726a3d3007ccc7 /fs/xfs/quota | |
parent | 1c91ad3aedba82a64ae06a5a0a5651105d378112 (diff) |
[XFS] remove unused xflags parameter from sync routines
SGI-PV: 959137
SGI-Modid: xfs-linux-melb:xfs-kern:27710a
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_qm_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm_syscalls.c b/fs/xfs/quota/xfs_qm_syscalls.c index ed620c4d1594..0c032fde9e33 100644 --- a/fs/xfs/quota/xfs_qm_syscalls.c +++ b/fs/xfs/quota/xfs_qm_syscalls.c | |||
@@ -134,7 +134,7 @@ xfs_qm_quotactl( | |||
134 | break; | 134 | break; |
135 | 135 | ||
136 | case Q_XQUOTASYNC: | 136 | case Q_XQUOTASYNC: |
137 | return (xfs_sync_inodes(mp, SYNC_DELWRI, 0, NULL)); | 137 | return (xfs_sync_inodes(mp, SYNC_DELWRI, NULL)); |
138 | 138 | ||
139 | default: | 139 | default: |
140 | break; | 140 | break; |