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

udf: Move incrementing of goal block directly into inode_getblk()



inode_getblk() sets goal block for the next allocation to the currently
allocated block. This is obviously one less than what the goal block
should be which we fixup in udf_get_block(). Just set the right goal
block directly in inode_getblk().

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 101ee137
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment