From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanislav Kinsbursky Subject: [PATCH 0/5] NFS: various small fixes and updates for conteinerization Date: Thu, 26 Jan 2012 15:11:24 +0400 Message-ID: <20120126110955.8386.34551.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: linux-nfs@vger.kernel.org, xemul@parallels.com, neilb@suse.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jbottomley@parallels.com, bfields@fieldses.org, davem@davemloft.net, devel@openvz.org To: Trond.Myklebust@netapp.com Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Build fix and "init_net" replacements. The following series consists of: --- Stanislav Kinsbursky (5): NFS: pass proper net rpc_pton() in nfs_dns_resolve_name() NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined NFS: search for client session id in proper network namespace NFS: pass current net to rpc_pton() while parsing mount options NFS: pass transport net to rpc_pton() while parse server name fs/nfs/callback.h | 1 + fs/nfs/callback_proc.c | 2 +- fs/nfs/callback_xdr.c | 1 + fs/nfs/client.c | 4 ++-- fs/nfs/dns_resolve.c | 2 +- fs/nfs/idmap.c | 1 + fs/nfs/internal.h | 3 ++- fs/nfs/nfs4namespace.c | 6 +++--- fs/nfs/super.c | 4 ++-- 9 files changed, 14 insertions(+), 10 deletions(-)