]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Convert auth_gss pipe detection to work in namespaces
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 May 2013 17:27:32 +0000 (10:27 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 16 May 2013 13:17:54 +0000 (06:17 -0700)
commitb2ee196a67629b30cf8d6b3f584c89228c180d86
tree1ec837ead098b2eae7e4d8a8ad5f325c7591285e
parentc37f0aadb7d0cd9a5060fa39d85ac88a3b44393f
SUNRPC: Convert auth_gss pipe detection to work in namespaces

This seems to have been overlooked when we did the namespace
conversion. If a container is running a legacy version of rpc.gssd
then it will be disrupted if the global 'pipe_version' is set by a
container running the new version of rpc.gssd.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/netns.h
net/sunrpc/rpc_pipe.c