]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Wed, 11 Jan 2012 15:18:34 +0000 (19:18 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:25 +0000 (18:20 -0500)
commit1678dae2e1460cf86847ebfc08d9468ce6544057
treeb02cd0caaea99c5676d93f8556a7ce82efaa1cf0
parentbddb8736642a848ef3cc58972a03a8ab546b27cc
SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code

v2:
1) Updated due to changes in the first patch of the series.

Now, with RPC pipefs mount notifications handling in RPC clients, we can remove
mount point creation and destruction. RPC clients dentries will be created on
PipeFS mount event and removed on umount event.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c