commit | c990161888f387db136856337c237aa8d5003292 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Thu May 05 01:41:57 2016 +0100 |
committer | Filipe Manana <fdmanana@suse.com> | Fri May 13 01:59:23 2016 +0100 |
tree | 397eb09cf725f25d7c6a36efd411e88da148e7f7 | |
parent | cdd1fedf8261cd7a73c0596298902ff4f0f04492 [diff] |
Btrfs: fix inode leak on failure to setup whiteout inode in rename If we failed to fully setup the whiteout inode during a rename operation with the whiteout flag, we ended up leaking the inode, not decrementing its link count nor removing all its items from the fs/subvol tree. Signed-off-by: Filipe Manana <fdmanana@suse.com>