commit | 3c6e0bc8a14cfc8e1d4ab87f46f77b070c815bf1 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@poochiereds.net> | Thu Apr 21 20:51:54 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon May 09 09:05:40 2016 -0400 |
tree | 77b3bdbc71d4b2d71518112dd95bf5328ff8843e | |
parent | 06ef26a0e35199cc0445d7d5708533a12af8ff5b [diff] |
sunrpc: plumb gfp_t parm into crcreate operation We need to be able to call the generic_cred creator from different contexts. Add a gfp_t parm to the crcreate operation and to rpcauth_lookup_credcache. For now, we just push the gfp_t parms up one level to the *_lookup_cred functions. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>