]> www.infradead.org Git - nvme.git/commit
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()
authorQu Wenruo <wqu@suse.com>
Thu, 27 Jun 2024 03:45:55 +0000 (13:15 +0930)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:30 +0000 (15:33 +0200)
commitfea91134c213d0671863e5461a3c3e94c5d053be
treed08efe3fe068c6147f84f3e33ca8789b773ad224
parent32e6216512b4119c1bb317c7305708f725832ff7
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()

The function btrfs_alloc_folio_array() is only utilized in
btrfs_submit_compressed_read() and no other location, and the only
caller is not utilizing the @extra_gfp parameter.

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/compression.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h