From: Ricardo Labiaga Date: Wed, 1 Apr 2009 13:23:28 +0000 (-0400) Subject: nfs41: Rename rq_received to rq_reply_bytes_recvd X-Git-Tag: v2.6.31-rc1~58^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2b63d049480979016b959abc2d141cdddb1389;p=pandora-kernel.git nfs41: Rename rq_received to rq_reply_bytes_recvd The 'rq_received' member of 'struct rpc_rqst' is used to track when we have received a reply to our request. With v4.1, the backchannel can now accept callback requests over the existing connection. Rename this field to make it clear that it is only used for tracking reply bytes and not all bytes received on the connection. Signed-off-by: Ricardo Labiaga Signed-off-by: Benny Halevy --- Reading git-diff-tree failed