]> git.neil.brown.name Git - history.git/commit
[PATCH] Use __GFP_HIGH in mpage_writepages()
authorAndrew Morton <akpm@zip.com.au>
Thu, 4 Jul 2002 15:31:20 +0000 (08:31 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:31:20 +0000 (08:31 -0700)
commita263b64790ca9e9ddf1337d772351f105d095234
tree73ffdc286aab5a9563da4870e0926967ef18c5f8
parent371151c9e3803d798991ae8b4c88b4bb232a68c7
[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.
fs/mpage.c