commit | a0634be562c27ddee7c94bce4f765f8071244e07 | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Wed Sep 11 20:36:44 2013 +0100 |
committer | Chris Mason <chris.mason@fusionio.com> | Sat Sep 21 11:05:29 2013 -0400 |
tree | 0c32bf5f94d9a63d86975515f2ea706669702303 | |
parent | a724b4369097897db45d61108c0e976912e586c7 [diff] |
Btrfs: don't leak transaction in btrfs_sync_file() In btrfs_sync_file(), if the call to btrfs_log_dentry_safe() returns a negative error (for e.g. -ENOMEM via btrfs_log_inode()), we would return without ending/freeing the transaction. Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>