Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: avoid panic during forced reboot due to aborted journal
Handling of aborted journal is a special code path different from standard ext4_error() one and it can call panic() as well. Commit 1dc1097 ("ext4: avoid panic during forced reboot") forgot to update this path so fix that omission. Fixes: 1dc1097 ("ext4: avoid panic during forced reboot") Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org # 5.1
- Loading branch information