]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit589d9625049f76410652210223a25d7e7ebc453a
tree0c4d580434332c0f78e9f267de959d13300a1237
parent07b3f9ef9b555532da51b2fffecdfb09cf9b6ccc
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