commit | 33f8c42e0c3b3fb3d6f6654bdd616865d9832dae | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 13 15:34:14 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 20 17:00:54 2025 -0700 |
tree | a8ebcc207b72bc8fb2829161efe2c8c25d28c234 | |
parent | 23a04c82973bb94c20a02e565699ae47ce333038 [diff] |
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>