+1
−0
+10
−0
fs/xfs/scrub/parent_repair.c
0 → 100644
+221
−0
+4
−0
+1
−1
Loading
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>