]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tune2fs/fuse2fs/debugfs: save error information during journal replay
authorBaokun Li <libaokun1@huawei.com>
Fri, 17 Feb 2023 10:09:22 +0000 (18:09 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Dec 2023 17:35:33 +0000 (12:35 -0500)
commitd5296ff0c665c1f957252ee18f824ad666a34b78
treea1927c1abb5299301ad7ebfad13a4c5fd4503db9
parent6ab579ee3c6c8c2d76aebcc9e8430a797c9963ff
tune2fs/fuse2fs/debugfs: save error information during journal replay

Saving error information during journal replay, as in the kernel,
prevents information loss from making problems difficult to locate.
We save these error information until someone uses e2fsck to check
for and fix possible errors.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: zhanchengbin <zhanchengbin1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230217100922.588961-3-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/journal.c