commit | 5aba0ce6aa6f586e8bbd698a8e9fbe1644bebb48 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 08 16:04:35 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 20 17:00:54 2025 -0700 |
tree | 1dc36eda24602763eff68a86ccca87bdddc60285 | |
parent | a78c7ad99ee036218762a69e7736e2e5163cf8ac [diff] |
fuse2fs: check for recorded fs errors before touching things Refuse the mount if there are errors recorded in the superblock. We should not be trying to replay the journal on damaged filesystems. 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>