commit | c653ce3f0aee9bb2b221ebf3579385c06f81efcd | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Wed Sep 29 16:04:45 2010 +0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Oct 01 17:18:56 2010 -0400 |
tree | d0f5a8018e2cf959b6bc1549ce75602ed179dca9 | |
parent | 62832c039eab9d03cd28a66427ce8276988f28b0 [diff] [blame] |
sunrpc: Add net to rpc_create_args Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
diff --git a/fs/lockd/host.c b/fs/lockd/host.c index bb464d1210..25e21e4 100644 --- a/fs/lockd/host.c +++ b/fs/lockd/host.c
@@ -353,6 +353,7 @@ .to_retries = 5U, }; struct rpc_create_args args = { + .net = &init_net, .protocol = host->h_proto, .address = nlm_addr(host), .addrsize = host->h_addrlen,