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>
Showing
- fs/btrfs/extent_io.c 10 additions, 10 deletionsfs/btrfs/extent_io.c
- fs/btrfs/extent_io.h 1 addition, 1 deletionfs/btrfs/extent_io.h
- fs/btrfs/inode.c 1 addition, 1 deletionfs/btrfs/inode.c
- fs/btrfs/raid56.c 3 additions, 3 deletionsfs/btrfs/raid56.c
- fs/btrfs/scrub.c 1 addition, 1 deletionfs/btrfs/scrub.c
Please register or sign in to comment