commit | 04587ad9bef6ce9d510325b4ba9852b6129eebdb | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri May 21 16:44:09 2021 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 21 15:19:05 2021 +0200 |
tree | 2e15ebf3da6f69e22fa7704f44ab649cba1128f0 | |
parent | bb385bedded3ccbd794559600de4a09448810f4a [diff] |
btrfs: abort transaction if we fail to update the delayed inode If we fail to update the delayed inode we need to abort the transaction, because we could leave an inode with the improper counts or some other such corruption behind. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>