]> git.karo-electronics.de Git - mv-sheeva.git/commit
SUNRPC: Add a helper function xdr_inline_peek
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 19 Oct 2010 23:58:49 +0000 (19:58 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Oct 2010 19:27:32 +0000 (15:27 -0400)
commitba8e452a4fe64a51b74d43761e14d99f0666cc45
tree7237e9bf9f2415eda15fec5e517da3340342e9f1
parent0715dc632a271fc0fedf3ef4779fe28ac1e53ef4
SUNRPC: Add a helper function xdr_inline_peek

We sometimes need to be able to read ahead in an xdr_stream without
incrementing the current pointer position.

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