]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: correctly handle system errno values in __translate_error()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 12 Jun 2025 16:33:44 +0000 (14:03 -0230)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Jun 2025 16:35:31 +0000 (14:05 -0230)
commit71f046a788adbae163c9398fccf50fff89bb9083
tree3c65ad51c45afd631d95f9e11a66bc431162e9f8
parentb539a0370777feaa5652fd42d32fc66b2cea8788
fuse2fs: correctly handle system errno values in __translate_error()

Fixes: 81cbf1ef4f5dab ("misc: add fuse2fs, a FUSE server for e2fsprogs")
Reported-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c