udf: Add flag to disable block preallocation
authorJan Kara <jack@suse.cz>
Wed, 18 Jan 2023 14:18:41 +0000 (15:18 +0100)
committerJan Kara <jack@suse.cz>
Thu, 26 Jan 2023 15:46:33 +0000 (16:46 +0100)
commit809425217805c2866a7a3019eeff92312edbd7e8
treeece33386fc25997a63e70dccfe11581ae16abc21
parentb3c03fcef2712eb957a7633806a98d2c84d55468
udf: Add flag to disable block preallocation

In some cases we don't want to create block preallocation when
allocating blocks. Add a flag to udf_map_rq controlling the behavior.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/inode.c