commit | edd76786633a3145661c7a90c9baccae8e3c9e84 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Mon Jun 14 22:26:31 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Oct 21 10:11:49 2010 -0400 |
tree | 5f3cde6cdfeea3d752df359f800ca8e4fb4df2c4 | |
parent | cd5b814458e5554457c6e62f17aed122145b065e [diff] |
nfsd4: move callback setup into session init code The backchannel should be associated with a session, it isn't really global to the client. We do, however, want a pointer global to the client which tracks which session we're currently using for client-based callbacks. This is a first step in that direction; for now, just reshuffling of code with no significant change in behavior. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>