diff options
author | 2014-11-11 14:10:01 -0800 | |
---|---|---|
committer | 2014-11-11 14:16:12 -0800 | |
commit | 92dffd01790a5219d234fc83c3ba854f4490b7f4 (patch) | |
tree | 226fac18c0ac172e2bb6f9c966e03e9a8a8c81d9 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: fix deadlock to grab 0'th data page (diff) | |
download | wireguard-linux-92dffd01790a5219d234fc83c3ba854f4490b7f4.tar.xz wireguard-linux-92dffd01790a5219d234fc83c3ba854f4490b7f4.zip |
f2fs: convert inline_data when i_size becomes large
If i_size becomes large outside of MAX_INLINE_DATA, we shoud convert the inode.
Otherwise, we can make some dirty pages during the truncation, and those pages
will be written through f2fs_write_data_page.
At that moment, the inode has still inline_data, so that it tries to write non-
zero pages into inline_data area.
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