From: Benny Halevy Date: Wed, 1 Apr 2009 13:22:07 +0000 (-0400) Subject: NFS: define and initialize compound_hdr.replen X-Git-Tag: v2.6.31-rc1~58^2~3^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4e8c187758258ec58842384fe6a99cf1ce16c7;p=pandora-kernel.git NFS: define and initialize compound_hdr.replen replen holds the running count of expected reply bytes. repl will then be used by encoding routines for xdr_inline_pages offset after which data bytes are to be received directly into the xdr buffer pages. NOTE: According to the nfsv4 and v4.1 RFCs, the replied tag SHOULD be the same is the one sent, but this is not required as a MUST for the server to do so. The server may screw us if it replies a tag of a different length in the compound result. [NFS: cb_compoundhdr.replen is in words not bytes] Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed