diff options
author | 2017-05-19 15:06:12 +0800 | |
---|---|---|
committer | 2017-05-23 21:07:18 -0700 | |
commit | dad48e73127ba10279ea33e6dbc8d3905c4d31c0 (patch) | |
tree | 7594af62186ba7a56da3f25e2e442137a0183ce5 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: try to freeze in gc and discard threads (diff) | |
download | linux-dev-dad48e73127ba10279ea33e6dbc8d3905c4d31c0.tar.xz linux-dev-dad48e73127ba10279ea33e6dbc8d3905c4d31c0.zip |
f2fs: fix a bug caused by NULL extent tree
Thread A: Thread B:
-f2fs_remount
-sbi->mount_opt.opt = 0;
<--- -f2fs_iget
-do_read_inode
-f2fs_init_extent_tree
-F2FS_I(inode)->extent_tree is NULL
-default_options && parse_options
-remount return
<--- -f2fs_map_blocks
-f2fs_lookup_extent_tree
-f2fs_bug_on(sbi, !et);
The same problem with f2fs_new_inode.
Signed-off-by: Yunlei He <heyunlei@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions