]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: junk parent pointer attributes when filesystem doesn't support them
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:26 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:12:37 +0000 (17:12 -0700)
commitd6950a4188a2c59a079e60576894ab3473b7ea26
treecf19446bf6c27fac9155c67f4208a814e6d67479
parente4687e87130361ce0384d36a5cc598c11a6c45a6
xfs_repair: junk parent pointer attributes when filesystem doesn't support them

Drop a parent pointer xattr if the filesystem doesn't support parent
pointers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/attr_repair.c