commit | 037f18a3074753991656189a091a5fa371999107 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed May 26 21:45:06 2010 -0700 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:15:24 2010 -0700 |
tree | 5452afd53bc7d05d712a5cdd9f937aa3591c75d3 | |
parent | 33244125871734ebc0d8d147680a0d7e99385e0b [diff] |
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>