btrfs: remove the return value from extent_write_locked_range
authorChristoph Hellwig <hch@lst.de>
Wed, 28 Jun 2023 15:31:29 +0000 (17:31 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Aug 2023 12:52:14 +0000 (14:52 +0200)
commit0835d1e66e7f22428bbc2ea56cb488a7759b51e2
tree570fa952bc149b9af9e51f6ea8b387d47bd92821
parentff20d6a4a9ed1b6e0ed78953830cff9fa8b9dbfd
btrfs: remove the return value from extent_write_locked_range

The return value from extent_write_locked_range is ignored, and that's
fine because the error reporting happens through the mapping and
ordered_extent.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h