]> git.baikalelectronics.ru Git - kernel.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>
Mon, 19 Apr 2021 15:25:21 +0000 (17:25 +0200)
commit7b2fc064c48733e6091f0c43fac657225b88ee7a
treee126d20b3574b6d5e5cbd3b5ed8027cd620361da
parent22fd2a079e50d2438d5c0a6c9639558fbc93ee4c
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