On 06/03/17 00:58, David Sterba wrote:
All callers pass gfp_flags=GFP_NOFS and nr_vecs=BIO_MAX_PAGES.
The line (in the other thread) mentioning the reason to remove __GFP_HIGH can go into the commit log here.
- bio = btrfs_bio_alloc(bdev, sector, BIO_MAX_PAGES, - GFP_NOFS | __GFP_HIGH); + bio = btrfs_bio_alloc(bdev, sector);
Thanks, Anand -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html