nfsd4: preallocate nfs4_rpc_args
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 18 Feb 2010 16:27:24 +0000 (08:27 -0800)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 2 Apr 2010 20:28:11 +0000 (16:28 -0400)
Instead of allocating this small structure, just include it in the
delegation.

The nfsd4_callback structure isn't really necessary yet, but we plan to
add to it all the information necessary to perform a callback.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4callback.c
fs/nfsd/state.h

Simple merge
diff --cc fs/nfsd/state.h
Simple merge