Skip to content
Commit 36580ed0 authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent 7010839c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment