diff options
author | Ritesh Harjani <[email protected]> | 2020-03-18 11:43:01 +0530 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2020-03-26 10:52:49 -0400 |
commit | 5e47868fb94b63c7068dcfd2469d99fba06bae9d (patch) | |
tree | d4fb41eae543918573f41d67885cef56f83e6b34 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | f1eec3b0d0a849996ebee733b053efa71803dad5 (diff) |
ext4: unregister sysfs path before destroying jbd2 journal
Call ext4_unregister_sysfs(), before destroying jbd2 journal,
since below might cause, NULL pointer dereference issue.
This got reported with LTP tests.
ext4_put_super() cat /sys/fs/ext4/loop2/journal_task
| ext4_attr_show();
ext4_jbd2_journal_destroy(); |
| journal_task_show()
| |
| task_pid_vnr(NULL);
sbi->s_journal = NULL;
Signed-off-by: Ritesh Harjani <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions