]> www.infradead.org Git - nvme.git/commit
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
authorQu Wenruo <wqu@suse.com>
Thu, 27 Jun 2024 03:52:16 +0000 (13:22 +0930)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:30 +0000 (15:33 +0200)
commit0fbf6cbd723dbf49d50bfe92d13baa338304c243
tree4c69344e9f9718792747542b68eb2dd6bfd484ee
parentfea91134c213d0671863e5461a3c3e94c5d053be
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()

There is only one caller utilizing the @extra_gfp parameter,
alloc_eb_folio_array().  And in that case the extra_gfp is only assigned
to __GFP_NOFAIL.

Rename the @extra_gfp parameter to @nofail to indicate that.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c
fs/btrfs/raid56.c
fs/btrfs/scrub.c