]> 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>
Mon, 29 Jul 2024 23:23:25 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:12 +0000 (17:01 -0700)
commit5d8b51bce11c5adfa2f8e4f36ff23e06a1dbdce5
treecf19446bf6c27fac9155c67f4208a814e6d67479
parent361af16fce3006fdff161e821d112115a258d00a
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