From: J. Bruce Fields Date: Wed, 29 Apr 2009 17:45:36 +0000 (-0400) Subject: nfsd4: setclientid_confirm callback-change fixes X-Git-Tag: v2.6.31-rc1~57^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64f79ea5f5e02ba8585f35a10b4a3bcab0cea52;p=pandora-kernel.git nfsd4: setclientid_confirm callback-change fixes This setclientid_confirm case should allow the client to change callbacks, but it currently has a dummy implementation that just turns off callbacks completely. That dummy implementation isn't completely correct either, though: - There's no need to remove any client recovery directory in this case. - New clientid confirm verifiers should be generated (and returned) in setclientid; there's no need to generate a new one here. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed