summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2023-01-18 17:09:49 +0300
committerJan Kara <jack@suse.cz>2023-01-26 18:46:35 +0300
commit36580ed08776224f25f9a34ede6eed7a4e11aed8 (patch)
tree6edbc609857b7641b362537d6c8266a464c74bd6 /tools/perf/scripts/python
parent7010839ccfd4f875c23c1758f6321ee6312cc548 (diff)
downloadlinux-36580ed08776224f25f9a34ede6eed7a4e11aed8.tar.xz
udf: Do not allocate blocks on page writeback
Now when we allocate blocks on write page fault there should be no block allocation happening on page writeback. So just ignore the 'create' flag passed to udf_get_block(). Note that we can spot dirty buffers without underlying blocks allocated in writeback when we race with expanding truncate. However in that case these buffers do not contain valid data so we can safely ignore them and we would just create ourselves problem when to trim the tail extent. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions