Skip to content
Commit 9269d12b authored by Filipe Manana's avatar Filipe Manana
Browse files

Btrfs: fix number of transaction units required to create symlink



We weren't accounting for the insertion of an inline extent item for the
symlink inode nor that we need to update the parent inode item (through
the call to btrfs_add_nondir()). So fix this by including two more
transaction units.

Signed-off-by: default avatarFilipe Manana <fdmanana@suse.com>
parent d50866d0
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