]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: switch btrfs_block_rsv::failfast 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)
commit6d52872882c506c8f695b3255ba3c84811c2a1d0
treee4007aa1b876eb713cb1d90db0813a996dca9e96
parent2d7886496409306518b26260273a8970070065e6
btrfs: switch btrfs_block_rsv::failfast to bool

Use simple bool type for the block reserve failfast 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.h
fs/btrfs/file.c
fs/btrfs/inode.c