From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [PATCH 04/26] filesystem helpers for custom 'struct file's Date: Mon, 25 Jun 2007 10:32:43 -0700 Message-ID: <1182792763.1387.3.camel@localhost> References: <20070622200303.82D9CC3A@kernel> <20070622200308.A4245108@kernel> <20070623095220.76dba6bc.akpm@linux-foundation.org> <1182785849.26162.93.camel@localhost> <20070625102505.660e7849.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, hch@infradead.org, viro@ftp.linux.org.uk To: Andrew Morton Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:42863 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbXFYRcr (ORCPT ); Mon, 25 Jun 2007 13:32:47 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e31.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l5PHWk14001075 for ; Mon, 25 Jun 2007 13:32:46 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l5PHWjMk121636 for ; Mon, 25 Jun 2007 11:32:45 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l5PHWiei024221 for ; Mon, 25 Jun 2007 11:32:45 -0600 In-Reply-To: <20070625102505.660e7849.akpm@linux-foundation.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 2007-06-25 at 10:25 -0700, Andrew Morton wrote: > On Mon, 25 Jun 2007 08:37:29 -0700 Dave Hansen wrote: > > On Sat, 2007-06-23 at 09:52 -0700, Andrew Morton wrote: > > > The net/socket.c change is a mystery. My version of sock_attach_fd() > > > doesn't look like yours. > > > > Should I rebase them on top of -mm, or a just current -rc? > > > > Weren't they already against current -rc? I really am mystified about > where your net/socket.c cam from, although I didn't search super-hard (I > was offline at the time). Looks like I had them againt plain 2.6.21. That'll do it. I'll rebase and test with Greg's tree.