]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit037f18a3074753991656189a091a5fa371999107
tree5452afd53bc7d05d712a5cdd9f937aa3591c75d3
parent33244125871734ebc0d8d147680a0d7e99385e0b
RDS: use friendly gfp masks for prefill

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>
net/rds/ib_recv.c