]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: actually return errno from check_xattr_ns_names
authorDarrick J. Wong <djwong@kernel.org>
Tue, 12 Sep 2023 19:39:58 +0000 (12:39 -0700)
committerCarlos Maiolino <cem@kernel.org>
Thu, 5 Oct 2023 12:57:20 +0000 (14:57 +0200)
commit92c1851160c5142d4bd8f4d25c28322024fdf24b
treec1ea0f7ea367dd7858a1d84093ccd52437dee5a0
parent7f5bbe286e02b0c7df72aba386b56af92b812dc3
xfs_scrub: actually return errno from check_xattr_ns_names

Actually return the error code when extended attribute checks fail.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
scrub/phase5.c