]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.
authorChristoph Hellwig <hch@lst.de>
Mon, 10 Nov 2025 13:23:04 +0000 (14:23 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 11 Nov 2025 10:45:58 +0000 (11:45 +0100)
commita536bf9bec6ac461ec48bc8627545d56e4e71e9c
treec21f47f0cba4b02337b0b2d2c50c370153f6fecc
parente85e74e4c9a64993ec5f296719705a32feca93c9
xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.

There is no good reason to take q_qlock in xchk_dquot_iter, which just
provides a reference to the dquot.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/dqiterate.c
fs/xfs/scrub/quota.c
fs/xfs/scrub/quota_repair.c
fs/xfs/scrub/quotacheck.c
fs/xfs/scrub/quotacheck_repair.c