btrfs: drop __must_check annotations
authorDavid Sterba <dsterba@suse.com>
Thu, 7 Sep 2023 23:09:27 +0000 (01:09 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:04 +0000 (16:44 +0200)
commit203f6a8772fc631a946525decb5df6d98da3730d
tree9cd1d86d6f69b7a53cb1cf77cb477fde55a090c4
parent9580503bcb6e1169c72f2cceb80af4c65d17b1da
btrfs: drop __must_check annotations

Drop all __must_check annotations because they're used in random
functions and not consistently. All errors should be handled.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.h
fs/btrfs/relocation.c
fs/btrfs/root-tree.h