]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: double-check with shortform attr verifiers
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:45 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:27 +0000 (14:06 -0700)
commita66875ddf0d3ac19af4decb49c5304debdef3b51
tree97067dc3b127326efc950300b92152fd44a0e82f
parent2f2e6b36a22c510964fa920b15726526aa102e2c
xfs_repair: double-check with shortform attr verifiers

Call the shortform attr structure verifier as the last thing we do in
process_shortform_attr to make sure that we don't leave any latent
errors for the kernel to stumble over.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
repair/attr_repair.c