Return-Path: Received: from mx2.netapp.com ([216.240.18.37]:44261 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675Ab1ERUTk convert rfc822-to-8bit (ORCPT ); Wed, 18 May 2011 16:19:40 -0400 Subject: Re: NFS: pnfs ipv6 and multipath parsing Content-Type: text/plain; charset=us-ascii From: Weston Andros Adamson In-Reply-To: Date: Wed, 18 May 2011 16:19:38 -0400 Cc: trond@netapp.com, linux-nfs@vger.kernel.org Message-Id: <74A7DF78-2AF3-43EA-978B-E53252045F04@netapp.com> References: <1305748634-28348-1-git-send-email-dros@netapp.com> To: Chuck Lever Sender: linux-nfs-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Yeah, that should work too. Like other parts of fs/nfs/, I relied on rpc_pton() to allow or disallow parsing ipv6 addresses. -dros On May 18, 2011, at 4:11 PM, Chuck Lever wrote: > > On May 18, 2011, at 3:57 PM, Weston Andros Adamson wrote: > >> These two patches add support for IPv6 dataserver connectivity and >> parsing all multipath addresses. >> >> IPv6: basically same patch as before: >> - no longer calls kzalloc() while holding spinlock >> - i verified that everything works as expected when CONFIG_IPV6 is not defined > > You'll also need to worry about when IPv6 is built in a kernel module, but ipv6.ko cannot be loaded. > > -- > Chuck Lever > chuck[dot]lever[at]oracle[dot]com > > > >