From: J. Bruce Fields Date: Tue, 15 Jun 2010 02:26:31 +0000 (-0400) Subject: nfsd4: move callback setup into session init code X-Git-Tag: v2.6.37-rc1~113^2~14 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd76786633a3145661c7a90c9baccae8e3c9e84;p=pandora-kernel.git 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 --- Reading git-diff-tree failed