]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
authorJosef Bacik <josef@toxicpanda.com>
Fri, 12 Mar 2021 20:25:10 +0000 (15:25 -0500)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Apr 2021 17:35:58 +0000 (19:35 +0200)
commit565c5db831ab7555ee63f5e500f0eae1be2d7b07
treefb42612db888a2fcfc3f1a6adefbdef4a3dec984
parentf977ffe321980effa7560be3cd634ad1393216a4
btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans

record_root_in_trans can fail currently, handle this failure properly.

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/transaction.c