OSDN Git Service

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)
commit57599c7e7722daf5f8c2dba4b0e4628f5c500771
treef2593c305cc3565ba422c6336d9b9d146199f8b0
parentf50f43539070c6c876bf5435fb23f898f9d81e72
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