Searched hist:"9 b7280010366dbe32791acd498a37dc522f568db" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | metapath.c | diff 9b7280010366dbe32791acd498a37dc522f568db Mon Dec 02 19:57:24 CET 2024 Darrick J. Wong <djwong@kernel.org> xfs: metapath scrubber should use the already loaded inodes
Don't waste time in xchk_setup_metapath_dqinode doing a second lookup of the quota inodes, just grab them from the quotainfo structure. The whole point of this scrubber is to make sure that the dirents exist, so it's completely silly to do lookups.
Cc: <stable@vger.kernel.org> # v6.13-rc1 Fixes: 128a055291ebbc ("xfs: scrub quota file metapaths") Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|