RDS: use friendly gfp masks for prefill
authorChris Mason <chris.mason@oracle.com>
Thu, 27 May 2010 04:45:06 +0000 (21:45 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:15:24 +0000 (18:15 -0700)
When prefilling the rds frags, we end up doing a lot of allocations.
We're not in atomic context here, and so there's no reason to dip into
atomic reserves.  This changes the prefills to use masks that allow
waiting.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found