]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: parse DNS cache in proper network namespace context
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Thu, 19 Jan 2012 14:51:04 +0000 (18:51 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:17 +0000 (19:28 -0500)
commitc1f1c5781d70ae995c8c8f8c00773d85418b39c1
treecfd0c28b0031a71061aaa946e818168a900f78e0
parent16fb4af3990b4dff56095ec3b289c48c8a48adf7
NFS: parse DNS cache in proper network namespace context

This patch replaces "init_net" with cache's owner net in rpc_pton() call.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dns_resolve.c