]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: change insert_dirty_subvol to return errors
authorJosef Bacik <josef@toxicpanda.com>
Fri, 12 Mar 2021 20:25:17 +0000 (15:25 -0500)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Apr 2021 17:58:43 +0000 (19:58 +0200)
commit0039a2c8b949ef0b3cdb2c70e91ddac724b35a5e
treeb08e3795bf232161d002066bf76c2ae98b311cff
parentefd330595560258bc3b78cf7b64767818ba45e27
btrfs: change insert_dirty_subvol to return errors

This will be able to return errors in the future, so change it to return
an error and handle the errors appropriately.

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