btrfs: sink gfp_t parameter to alloc_scrub_sector
authorDavid Sterba <dsterba@suse.com>
Fri, 14 Oct 2022 14:00:55 +0000 (16:00 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:43 +0000 (18:00 +0100)
commit02bc392798f9bf8105d50b2fec44b5b2e3c80d47
tree20425fca28cf731eca57b53ee8a70d9321f6223d
parentfe10158c759cc978d0def69b5cb5efabecb42653
btrfs: sink gfp_t parameter to alloc_scrub_sector

All callers pas GFP_KERNEL as parameter so we can use it directly in
alloc_scrub_sector.

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/scrub.c