From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH resend] net/sunrpc: Remove uses of NIPQUAD, use %pI4 Date: Mon, 08 Mar 2010 12:15:35 -0800 (PST) Message-ID: <20100308.121535.125570089.davem@davemloft.net> References: <1267857980.849.22.camel@Joe-Laptop.home> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: Trond.Myklebust@netapp.com, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org To: joe@perches.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36395 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755640Ab0CHUPQ (ORCPT ); Mon, 8 Mar 2010 15:15:16 -0500 In-Reply-To: <1267857980.849.22.camel-AkRN8/LKpobuYGix6ZUp1Q@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: From: Joe Perches Date: Fri, 05 Mar 2010 22:46:20 -0800 > Originally submitted Jan 1, 2010 > http://patchwork.kernel.org/patch/71221/ > > Convert NIPQUAD to the %pI4 format extension where possible > Convert %02x%02x%02x%02x/NIPQUAD to %08x/ntohl > > Signed-off-by: Joe Perches Applied.