commit | a441dd7b5e0a644d6bc51ac6f9d281d22162e5de | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 13 10:57:21 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 20 17:00:54 2025 -0700 |
tree | 494a1a1287f0eecd5bab9c2934f4c689b2087f22 | |
parent | 5aba0ce6aa6f586e8bbd698a8e9fbe1644bebb48 [diff] |
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>