diff options
author | Qu Wenruo <wqu@suse.com> | 2024-06-27 06:52:16 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-07-11 16:33:30 +0300 |
commit | 0fbf6cbd723dbf49d50bfe92d13baa338304c243 (patch) | |
tree | 4c69344e9f9718792747542b68eb2dd6bfd484ee /fs/btrfs/disk-io.c | |
parent | fea91134c213d0671863e5461a3c3e94c5d053be (diff) | |
download | linux-0fbf6cbd723dbf49d50bfe92d13baa338304c243.tar.xz |
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>
Diffstat (limited to 'fs/btrfs/disk-io.c')
0 files changed, 0 insertions, 0 deletions