commit | 6d27a8bd89efdd6ab797d62d4508c1d807c9dfad | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Mar 24 13:34:27 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Apr 06 12:05:34 2023 -0700 |
tree | 9e33e7774d3013c1b0102916194bffa0fe362346 | |
parent | 425a4dd26dfc1c81857c68ad7f5b0a428dd00124 [diff] |
xfs: deferred scrub of parent pointers If the trylock-based dirent check fails, retain those parent pointers and check them at the end. This may involve dropping the locks on the file being scanned, so yay. Signed-off-by: Darrick J. Wong <djwong@kernel.org>