commit | d300a41ef1c39cc5e6b90fd8834ea7ab16b5c48f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu May 13 12:51:03 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:34 2010 -0400 |
tree | 2d439ac7e0a95329daf686ea27ba0cea35acb301 | |
parent | 93870d76fee22e887aa6e7e1fc904dbeca976928 [diff] |
SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS Under some circumstances, put_rpccred() can end up allocating memory, so check the gfp_mask to prevent deadlocks. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>