]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: check for unknown flags in attr entries
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:19 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:11 +0000 (17:01 -0700)
commit2823d8ed93da2bd3880abb52a58e91a920961e27
tree8070cdf8730d0b196d201e5c26b1801525e66554
parentfde7ec73d5c4316118bf7e9eabfe5ee71fc7685b
xfs_repair: check for unknown flags in attr entries

Explicitly check for unknown bits being set in the shortform and leaf
attr entries.

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