summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_dquot.c
diff options
context:
space:
mode:
authorDenys Vlasenko2008-05-19 08:34:04 +0200
committerNiv Sardi2008-07-28 08:58:08 +0200
commit4f0e8a9816e78306bb821018613dbd2513184d8a (patch)
treead9a8cb2b21c8339961fb9bbbabb07936a30dc0a /fs/xfs/quota/xfs_dquot.c
parent[XFS] Remove unused arg from kmem_free() (diff)
downloadkernel-qcow2-linux-4f0e8a9816e78306bb821018613dbd2513184d8a.tar.gz
kernel-qcow2-linux-4f0e8a9816e78306bb821018613dbd2513184d8a.tar.xz
kernel-qcow2-linux-4f0e8a9816e78306bb821018613dbd2513184d8a.zip
[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()
SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31056a Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/quota/xfs_dquot.c')
-rw-r--r--fs/xfs/quota/xfs_dquot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_dquot.c b/fs/xfs/quota/xfs_dquot.c
index 85df3288efd5..fc9f3fb39b7b 100644
--- a/fs/xfs/quota/xfs_dquot.c
+++ b/fs/xfs/quota/xfs_dquot.c
@@ -1435,8 +1435,7 @@ xfs_dqlock2(
/* ARGSUSED */
int
xfs_qm_dqpurge(
- xfs_dquot_t *dqp,
- uint flags)
+ xfs_dquot_t *dqp)
{
xfs_dqhash_t *thishash;
xfs_mount_t *mp = dqp->q_mount;