Messages in this thread |  | | | Date | Thu, 1 Mar 2012 11:13:54 +0100 | | From | Johannes Weiner <> | | Subject | Re: [PATCH 8/9] mm: dont set __GFP_WRITE on ramfs/sysfs writes |
| |
On Tue, Feb 28, 2012 at 10:00:30PM +0800, Fengguang Wu wrote: > Try to avoid page reclaim waits when writing to ramfs/sysfs etc. > > Maybe not a big deal...
This looks like a separate fix that would make sense standalone. It's not just the waits, there is not much of a point in skipping zones during allocation based on the dirty usage which they'll never contribute to. Could you maybe pull this up front?
> CC: Johannes Weiner <jweiner@redhat.com> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
|  |