]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: remove non-exclusive pipe creation from RPC pipefs
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Tue, 8 Nov 2011 12:09:19 +0000 (15:09 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:23 +0000 (18:20 -0500)
commit5350deb88ca4348d85886677addf6c42be6c7346
tree59f7f61dd4bc44bd9742571baf3c0d88395ddcec
parentcf93ae9395b52389fb3405b04d099cacb66bac8c
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>
include/linux/sunrpc/rpc_pipe_fs.h
net/sunrpc/rpc_pipe.c