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

The return value from submit_uncompressed_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/inode.c