From: J.Bruce Fields Date: Wed, 4 Oct 2006 09:16:08 +0000 (-0700) Subject: [PATCH] knfsd: svcrpc: use consistent variable name for the reply state X-Git-Tag: v2.6.19-rc1~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8e05c5708d7e9017c47f395f8b1498f7f52922;p=pandora-kernel.git [PATCH] knfsd: svcrpc: use consistent variable name for the reply state The rpc reply has multiple levels of error returns. The code here contributes to the confusion by using "accept_statp" for a pointer to what the rfc (and wireshark, etc.) refer to as the "reply_stat". (The confusion is compounded by the fact that the rfc also has an "accept_stat" which follows the reply_stat in the succesful case.) 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