]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: Fix the return value of xdr_align_pages()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Aug 2012 18:32:13 +0000 (14:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Sep 2012 22:16:17 +0000 (18:16 -0400)
commitf4dc7c1f0ca76d206b7b0fe80c626cfb55b6614d
tree951b03133cc572b79ef3f75334ea81ee43c61150
parenta519fc7a70d1a918574bb826cc6905b87b482eb9
SUNRPC: Fix the return value of xdr_align_pages()

The callers of xdr_align_pages() expect it to return the number of bytes
of actual XDR data remaining in the pages.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xdr.c