commit | 80fc015bdfe1f5b870c1e1ee02d78e709523fee7 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Tue Sep 15 18:07:35 2009 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Sep 15 20:49:34 2009 -0400 |
tree | f56fd466add111a4c6bcc29d127325e3e77b4669 | |
parent | 29ab23cc5d351658d01a4327d55e9106a73fd04f [diff] |
nfsd4: use common rpc_cred for all callbacks Callbacks are always made using the machine's identity, so we can use a single auth_generic credential shared among callbacks to all clients and let the rpc code take care of the rest. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>