nfsd4: use common rpc_cred for all callbacks
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 15 Sep 2009 22:07:35 +0000 (18:07 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 16 Sep 2009 00:49:34 +0000 (20:49 -0400)
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>

No differences found