• J. Bruce Fields's avatar
    nfsd4: setclientid_confirm callback-change fixes · f64f79ea
    J. Bruce Fields authored
    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: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
    f64f79ea
nfs4state.c 110 KB