xfs: remove the flags argument to xfs_qm_dquot_walk
authorChristoph Hellwig <hch@lst.de>
Fri, 6 Aug 2021 18:05:36 +0000 (11:05 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 6 Aug 2021 18:05:36 +0000 (11:05 -0700)
commite497dfba6bd7b11856fef4e9e8050de895b7faea
tree0c4d580434332c0f78e9f267de959d13300a1237
parent777eb1fa857ec38afd518b3adc25cfac0f4af13b
xfs: remove the flags argument to xfs_qm_dquot_walk

We always purge all dquots now, so drop the argument.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_qm.c