]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: lift errors from add_extent_changeset to the callers
authorDavid Sterba <dsterba@suse.com>
Thu, 1 Mar 2018 16:56:34 +0000 (17:56 +0100)
committerDavid Sterba <dsterba@suse.com>
Sat, 31 Mar 2018 00:03:25 +0000 (02:03 +0200)
commite4021999520ae647a40465afe116fadcfe9621d9
treef2593c305cc3565ba422c6336d9b9d146199f8b0
parent7c05398c26b5e9c4af8f466d963de33c038c95f5
btrfs: lift errors from add_extent_changeset to the callers

The missing error handling in add_extent_changeset was hidden, so make
it at least visible in the callers.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c