1--- misc/fuse2fs.c.orig 2026-03-06 17:17:36 UTC 2+++ misc/fuse2fs.c 3@@ -5117,7 +5117,9 @@ static int __translate_error(ext2_filsys fs, ext2_ino_ 4 #ifdef EILSEQ 5 case EILSEQ: 6 #endif 7+#if EUCLEAN != EIO 8 case EUCLEAN: 9+#endif 10 /* these errnos usually denote corruption or persistence fail */ 11 is_err = 1; 12 ret = -err; 13 14