From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952AbYIOFbX (ORCPT ); Mon, 15 Sep 2008 01:31:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750915AbYIOFbN (ORCPT ); Mon, 15 Sep 2008 01:31:13 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:43941 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbYIOFbM (ORCPT ); Mon, 15 Sep 2008 01:31:12 -0400 Date: Mon, 15 Sep 2008 06:30:48 +0100 From: Al Viro To: Jens Axboe Cc: Christoph Hellwig , Linus Torvalds , Peter Osterlund , "Rafael J. Wysocki" , Alan Cox , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Natalie Protasevich , Kernel Testers List Subject: Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26 Message-ID: <20080915053048.GE28946@ZenIV.linux.org.uk> References: <20080828135245.GA12410@infradead.org> <20080902072642.GX20055@kernel.dk> <20080903020629.GS28946@ZenIV.linux.org.uk> <20080904101326.GD20055@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080904101326.GD20055@kernel.dk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 04, 2008 at 12:13:27PM +0200, Jens Axboe wrote: > On Wed, Sep 03 2008, Al Viro wrote: > > On Tue, Sep 02, 2008 at 09:26:43AM +0200, Jens Axboe wrote: > > > > Actually both interfaces are a fscking disaster. The right things to > > > > pass is neither and inode nor a file but a struct block_device. Al had > > > > all this work done a while and it just needs rebasing to a current tree: > > > > > > > > http://git.kernel.org/?p=linux/kernel/git/viro/bdev.git;a=summary > > > > > > Completely agreed. Al, I remember talking to you about this at the > > > storage summit back in february. What are your current plans wrt moving > > > this forward? > > > > Rebased, with nfs parts of fmode_t patch taken out (irrelevant for > > bdev anyway and really better off in intent-killing queue). Other > > than that, it's a straight port... Same place, same branch. > > So what's your plan with this - 2.6.28? Yes. The only nastiness is around drivers/ide - there it gets a bunch of annoying conflicts from the ide-{disk,floppy}_ioctl.c splitoff. Other than that, it's trivially ported on top of current linux-next. Merge order is going to be interesting - depending on whether block merge happens before or after ide one. I'm going to put linux-next-based series on kernel.org tonight, before going to Portland...