]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
authorJosef Bacik <josef@toxicpanda.com>
Fri, 12 Mar 2021 20:25:04 +0000 (15:25 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:19 +0000 (17:25 +0200)
commit961a4c8d5ef400aead0e0e8ac643e1fb06e02fe6
tree8da26ccffc1b823dd66db9d0cffd6e4a1151e623
parent9e9045215d861c9029f211de8bd1b10ad398379c
btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume

btrfs_record_root_in_trans will return errors in the future, so handle
the error properly in btrfs_delete_subvolume.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c