Whamcloud - gitweb
fuse2fs: make internal state corruption a hard error
authorDarrick J. Wong <djwong@kernel.org>
Wed, 21 May 2025 22:39:05 +0000 (15:39 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 May 2025 13:41:20 +0000 (09:41 -0400)
commit4a59e57e3d18b6f3d1b0f4f7261b233e36e697d4
tree55bb884c9cb639f2babc55cd3be8319efe93d178
parentdca02019d9536fd771381107990ca5a7828c85ed
fuse2fs: make internal state corruption a hard error

If the in-memory contents are wrong, then we want to report a corruption
error and shut down the filesystem.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174786677837.1383760.2730283507317571357.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c