diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-11-16 11:37:27 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-06 10:46:29 -0500 |
commit | 3e32a5d99a467b9d4d416323c8c292479b4915e5 (patch) | |
tree | 96cf078675e55c19676b2c28432c609d60ea2ac1 /include/linux/sunrpc/clnt.h | |
parent | 23bf85ba43650e4341672a6bc85aa3f2c02eb633 (diff) | |
download | linux-3e32a5d99a467b9d4d416323c8c292479b4915e5.tar.gz linux-3e32a5d99a467b9d4d416323c8c292479b4915e5.tar.bz2 linux-3e32a5d99a467b9d4d416323c8c292479b4915e5.zip |
SUNRPC: Give cloned RPC clients their own rpc_pipefs directory
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index f6d1d646ce05..a1be89deb3af 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -53,6 +53,7 @@ struct rpc_clnt { struct dentry * cl_dentry; /* inode */ struct rpc_clnt * cl_parent; /* Points to parent of clones */ struct rpc_rtt cl_rtt_default; + struct rpc_program * cl_program; char cl_inline_name[32]; }; |