]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: set EXT2_ERROR_FS when recording errors
authorDarrick J. Wong <djwong@kernel.org>
Wed, 13 Aug 2025 22:34:14 +0000 (15:34 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 21 Aug 2025 00:00:54 +0000 (17:00 -0700)
commit33f8c42e0c3b3fb3d6f6654bdd616865d9832dae
treea8ebcc207b72bc8fb2829161efe2c8c25d28c234
parent23a04c82973bb94c20a02e565699ae47ce333038
fuse2fs: set EXT2_ERROR_FS when recording errors

Set the ERROR_FS bit when recording errors in the superblock so that
e2fsck will actually scan the filesystem without -f.

Cc: <linux-ext4@vger.kernel.org> # v1.43
Fixes: 81cbf1ef4f5dab ("misc: add fuse2fs, a FUSE server for e2fsprogs")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
misc/fuse2fs.c