commit | cc22edab9ea7f3ebcb61d41a417d4397e9b7b128 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:54:53 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:58:56 2024 -0700 |
tree | e214b2a476d7dae7e83399e9dea764d1aaeb2c6a | |
parent | a07b45576264e77ea1a781b552873e76b8b0dacc [diff] |
xfs: online repair of parent pointers Teach the online repair code to fix parent pointers for directories. For now, this means correcting the dotdot entry of an existing directory that is otherwise consistent. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>