From: NeilBrown Date: Fri, 24 Jun 2005 05:04:08 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: fix setclientid_confirm cases X-Git-Tag: v2.6.13-rc1~68^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a69c179a28a9bb9f4d086927b192d5cffe88e50;p=pandora-kernel.git [PATCH] knfsd: nfsd4: fix setclientid_confirm cases Setclientid_confirm code confused states 1 and 3 (numbering from the IMPLEMENTATION section of rfc3530, section 14.2.33). Fix this. State 1 allows the client to change the callback channel on the fly. We don't implement this currently, so just turn off the callback channel in this case. From: Fred Isaman Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed