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)
commitd3b773e4fd80524ac27802fcf11cfd9ed1d5491f
treeeb0577d113cdd4b84b0f8e82616ccc6a8988a77b
parentd36b7cf7c626749efc75f49fb0468e8c3c0c1bbd
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