commit | 399b0bbf5f680797d3599fa14f16706ffc470145 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Fri May 11 13:13:40 2018 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:24:00 2018 +0200 |
tree | 8dc4f332bfdd5c412ecb0b71906d098dc153e66b | |
parent | 7efc3e349c1b557563eb61ef054653ce8486de58 [diff] |
Btrfs: reserve space for O_TMPFILE orphan item deletion btrfs_link() calls btrfs_orphan_del() if it's linking an O_TMPFILE but it doesn't reserve space to do so. Even before the removal of the orphan_block_rsv it wasn't using it. Fixes: ef3b9af50bfa ("Btrfs: implement inode_operations callback tmpfile") Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>