Received: with ECARTIS (v1.0.0; list netdev); Thu, 31 Mar 2005 22:39:48 -0800 (PST) Received: from cheetah.davemloft.net (mail@dsl027-180-174.sfo1.dsl.speakeasy.net [216.27.180.174]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j316dg67010341 for ; Thu, 31 Mar 2005 22:39:42 -0800 Received: from localhost ([127.0.0.1] helo=cheetah.davemloft.net ident=davem) by cheetah.davemloft.net with smtp (Exim 3.36 #1 (Debian)) id 1DHFo8-0005pV-00; Thu, 31 Mar 2005 22:39:04 -0800 Date: Thu, 31 Mar 2005 22:39:04 -0800 From: "David S. Miller" To: Matthew Wilcox Cc: netdev@oss.sgi.com Subject: Re: [PATCH] Remove i_sock Message-Id: <20050331223904.00abd02d.davem@davemloft.net> In-Reply-To: <20050326013742.GP21986@parcelfarce.linux.theplanet.co.uk> References: <20050326013742.GP21986@parcelfarce.linux.theplanet.co.uk> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; sparc-unknown-linux-gnu) X-Face: "_;p5u5aPsO,_Vsx"^v-pEq09'CU4&Dc1$fQExov$62l60cgCc%FnIwD=.UF^a>?5'9Kn[;433QFVV9M..2eN.@4ZWPGbdi<=?[:T>y?SD(R*-3It"Vj:)"dP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/798/Thu Mar 31 01:54:41 2005 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 1184 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@davemloft.net Precedence: bulk X-list: netdev Content-Length: 308 Lines: 12 On Sat, 26 Mar 2005 01:37:42 +0000 Matthew Wilcox wrote: > > Remove i_sock from struct inode. Also remove some checks for SOCKET_I() > returning NULL -- it can never return NULL for a valid inode. > > Signed-off-by: Matthew Wilcox Looks good, applied. Thanks Matthew.