diff options
Diffstat (limited to 'fs/xfs/quota/xfs_dquot.c')
-rw-r--r-- | fs/xfs/quota/xfs_dquot.c | 3 |
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( | |||
1435 | /* ARGSUSED */ | 1435 | /* ARGSUSED */ |
1436 | int | 1436 | int |
1437 | xfs_qm_dqpurge( | 1437 | xfs_qm_dqpurge( |
1438 | xfs_dquot_t *dqp, | 1438 | xfs_dquot_t *dqp) |
1439 | uint flags) | ||
1440 | { | 1439 | { |
1441 | xfs_dqhash_t *thishash; | 1440 | xfs_dqhash_t *thishash; |
1442 | xfs_mount_t *mp = dqp->q_mount; | 1441 | xfs_mount_t *mp = dqp->q_mount; |