diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2011-11-08 07:09:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 18:20:23 -0500 |
commit | 5bff0386305461021bbef2d958fa0f0151f56a6f (patch) | |
tree | 59f7f61dd4bc44bd9742571baf3c0d88395ddcec /include/linux/sunrpc | |
parent | 62aa2b537c6f5957afd98e29f96897419ed5ebab (diff) |
SUNRPC: remove non-exclusive pipe creation from RPC pipefs
This patch-set was created in context of clone of git branch:
git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git.
v2:
1) Rebased of current repo state (i.e. all commits were pulled before apply)
I feel it is ready for inclusion if no objections will appear.
SUNRPC pipefs non-exclusive pipe creation code looks obsolete. IOW, as I see
it, all pipes are creating with unique full path and only once.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index 2bb03d77375a..edadc3acf949 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h | |||
@@ -30,7 +30,6 @@ struct rpc_inode { | |||
30 | int pipelen; | 30 | int pipelen; |
31 | int nreaders; | 31 | int nreaders; |
32 | int nwriters; | 32 | int nwriters; |
33 | int nkern_readwriters; | ||
34 | wait_queue_head_t waitq; | 33 | wait_queue_head_t waitq; |
35 | #define RPC_PIPE_WAIT_FOR_OPEN 1 | 34 | #define RPC_PIPE_WAIT_FOR_OPEN 1 |
36 | int flags; | 35 | int flags; |