]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: fixup for namespace changes
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 23 Jan 2012 18:22:45 +0000 (13:22 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:22 +0000 (19:28 -0500)
commit6b02f8db6c8f8f9d2ef928778d7ecadc16a156bc
treeeb0577d113cdd4b84b0f8e82616ccc6a8988a77b
parentae021d9bb8d56df919edc346a598edc68513bac1
SUNRPC: fixup for namespace changes

Fixes this build error when CONFIG_NET_NS is not set:

net/sunrpc/svcsock.c: In function 'svc_setup_socket':
net/sunrpc/svcsock.c:1412:40: error: 'struct sock_common' has no member named 'skc_net'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/svcsock.c