commit | 9269d12b2d57d9e3d13036bb750762d1110d425c | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Thu Dec 31 18:16:29 2015 +0000 |
committer | Filipe Manana <fdmanana@suse.com> | Thu Dec 31 18:18:40 2015 +0000 |
tree | 5fe57a6dab211c2aa0f98066a3f9076c9304b175 | |
parent | d50866d00fb39fcf72307001763ee9cc92625a43 [diff] |
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: Filipe Manana <fdmanana@suse.com>