Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

f2fs: add dump_stack() in f2fs_handle_critical_error()

To show call stack, so that we can see who causes critical error, note
that it won't call dump_stack() for shutdown path.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

authored by

Chao Yu and committed by
Jaegeuk Kim
4f91f074 1534747d

+2
+2
fs/f2fs/super.c
··· 4250 4250 4251 4251 if (shutdown) 4252 4252 set_sbi_flag(sbi, SBI_IS_SHUTDOWN); 4253 + else 4254 + dump_stack(); 4253 4255 4254 4256 /* 4255 4257 * Continue filesystem operators if errors=continue. Should not set