]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: switch btrfs_block_rsv::full to bool
authorDavid Sterba <dsterba@suse.com>
Thu, 23 Jun 2022 15:08:14 +0000 (17:08 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:40 +0000 (17:45 +0200)
commit0d6cdb03cef0de072c2cf2cd8e90a1f4bb3cd5e7
tree4aa042e21d27d06f0d8e391700e753e60e2a7260
parent4b4934641400c7ce30f1064cdc61ede78675080f
btrfs: switch btrfs_block_rsv::full to bool

Use simple bool type for the block reserve full status, there's short to
save space as there used to be int but there's no reason for that.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-rsv.c
fs/btrfs/block-rsv.h
fs/btrfs/delayed-ref.c