]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: interpret error codes in remove_ea_inodes correctly
authorDarrick J. Wong <djwong@kernel.org>
Wed, 13 Aug 2025 17:57:21 +0000 (10:57 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 21 Aug 2025 00:00:54 +0000 (17:00 -0700)
commita441dd7b5e0a644d6bc51ac6f9d281d22162e5de
tree494a1a1287f0eecd5bab9c2934f4c689b2087f22
parent5aba0ce6aa6f586e8bbd698a8e9fbe1644bebb48
fuse2fs: interpret error codes in remove_ea_inodes correctly

remove_ea_inodes should translate libext2fs error codes into errnos so
that fs developers can trace exactly where a failure occurred.  Also
don't squash EA inode removal errors.

Cc: <linux-ext4@vger.kernel.org> # v1.47.3
Fixes: 3045aed621117f ("fuse2fs: fix removing ea inodes when freeing a file")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
misc/fuse2fs.c