[PATCH] Use __GFP_HIGH in mpage_writepages()
In mpage_writepage(), use __GFP_HIGH when allocating the BIO: writeback is a memory reclaim function and is entitle to dip into the page reserves to get its IO underway.
Showing
Please register or sign in to comment