[PATCH] knfsd: svcrpc: use consistent variable name for the reply state
authorJ.Bruce Fields <bfields@fieldses.org>
Wed, 4 Oct 2006 09:16:08 +0000 (02:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:19 +0000 (07:55 -0700)
commit8f8e05c5708d7e9017c47f395f8b1498f7f52922
tree6972bf60f7d4ae27933af29ffdf694982b121194
parent5b304bc5bfccc82b856e876e829c260df8e67ff2
[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 <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/sunrpc/svc.c