K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2012-01-29T01:01:41.747433Z K 7 svn:log V 449 Try and fix the NFSv4.1 client so that it performs server crash recovery correctly. Mainly required the addition of NFSERR_BADSESSION to the NFSv4.0 errors (NFSERR_STALECLIENTID, NFSERR_STALESTATEID) that indicate recovery is required. Also needed to re-initialize the session slot fields and an extra argument to nfsrpc_setclient(), so that it doesn't do a RECLAIM_COMPLETE for the recovery case. Tested minimally against the Linux NFSv4.1 server. END