You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Niv Sardi
parent
f0e2d93c29
commit
4f0e8a9816
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user