diff options
author | Yunlei He <[email protected]> | 2017-06-01 16:43:51 +0800 |
---|---|---|
committer | Jaegeuk Kim <[email protected]> | 2017-07-04 02:11:33 -0700 |
commit | d4fdf8ba0e5808ba9ad6b44337783bd9935e0982 (patch) | |
tree | 12dee32e3d74397f78ebd5f7d321283115025f6a /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 68390dd9bd5b2ef7c3ec69c23010b39981e264a4 (diff) |
f2fs: fix a panic caused by NULL flush_cmd_control
Mount fs with option noflush_merge, boot failed for illegal address
fcc in function f2fs_issue_flush:
if (!test_opt(sbi, FLUSH_MERGE)) {
ret = submit_flush_wait(sbi);
atomic_inc(&fcc->issued_flush); -> Here, fcc illegal
return ret;
}
Signed-off-by: Yunlei He <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions