aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@parallels.com>2010-09-29 16:05:12 +0400
committerJ. Bruce Fields <bfields@redhat.com>2010-10-01 17:18:57 -0400
commit9a23e332ec621d36e52cc7a978abc0917067b1aa (patch)
tree351025a1c7816a40407999692ede97421c0057df /include
parentc653ce3f0aee9bb2b221ebf3579385c06f81efcd (diff)
downloadkernel_samsung_smdk4412-9a23e332ec621d36e52cc7a978abc0917067b1aa.zip
kernel_samsung_smdk4412-9a23e332ec621d36e52cc7a978abc0917067b1aa.tar.gz
kernel_samsung_smdk4412-9a23e332ec621d36e52cc7a978abc0917067b1aa.tar.bz2
sunrpc: Add net to xprt_create
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/xprt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index af4b560..c4f9315 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -249,6 +249,7 @@ static inline int bc_prealloc(struct rpc_rqst *req)
struct xprt_create {
int ident; /* XPRT_TRANSPORT identifier */
+ struct net * net;
struct sockaddr * srcaddr; /* optional local address */
struct sockaddr * dstaddr; /* remote peer address */
size_t addrlen;