From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754771Ab2CXVwL (ORCPT ); Sat, 24 Mar 2012 17:52:11 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:60920 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754220Ab2CXVwJ (ORCPT ); Sat, 24 Mar 2012 17:52:09 -0400 Date: Sat, 24 Mar 2012 17:51:52 -0400 From: "Ted Ts'o" To: hpa@zytor.com Cc: Al Viro , Thierry Reding , linux-kernel@vger.kernel.org, Jan Kara , Artem Bityutskiy , Andreas Dilger , linux-ext4@vger.kernel.org Subject: Re: [PATCH] ext2: No longer export ext2_fs.h to user space Message-ID: <20120324215152.GA32554@thunk.org> Mail-Followup-To: Ted Ts'o , hpa@zytor.com, Al Viro , Thierry Reding , linux-kernel@vger.kernel.org, Jan Kara , Artem Bityutskiy , Andreas Dilger , linux-ext4@vger.kernel.org References: <20120322183135.GC4028@thunk.org> <1332494856-31943-1-git-send-email-thierry.reding@avionic-design.de> <20120323131331.GA29631@thunk.org> <20120323175534.GI6589@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120323175534.GI6589@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Peter, Note that we are planning on unexporting ext2_fs.h, and then utterly removing it from the tree (with what fs/ext2 needs being moved to fs/ext2/ext2.h). Someone who was compiling "the latest version" of syslinux has submitted a kernel bugzilla entry that this was breaking due to ext2_fs.h using umode_t which was no longer being exported by the kernel header files. Given that ext2_fs.h is about to go ***poof*** (Al already has the changes in his vfs git tree), I thought I should give you a heads up.... - Ted On Fri, Mar 23, 2012 at 05:55:34PM +0000, Al Viro wrote: > On Fri, Mar 23, 2012 at 09:13:31AM -0400, Ted Ts'o wrote: > > On Fri, Mar 23, 2012 at 10:27:36AM +0100, Thierry Reding wrote: > > > Since the on-disk format has been stable for quite some time, users > > > should either use the headers provided by libext2fs or keep a private > > > copy of this header. For the full discussion, see this thread: > > > > > > https://lkml.org/lkml/2012/3/21/516 > > > > > > While at it, this commit removes all __KERNEL__ guards, which are now > > > unnecessary. > > > > > > Signed-off-by: Thierry Reding > > > Cc: Al Viro > > > Cc: Jan Kara > > > Cc: Ted Ts'o > > > Cc: Artem Bityutskiy > > > Cc: Andreas Dilger > > > Cc: linux-ext4@vger.kernel.org > > > > Acked-by: "Theodore Ts'o" > > > > Thanks!! > > > > Al, do you want to take this in the VFS tree, or do you want me to > > carry this in the ext4 tree? Or Jan could carry it in the ext2 tree. > > I don't really have strong feelings about who picks it up. I will if > > no one else wants to... > > Applied. I'll probably add a followup moving most of that stuff to > fs/ext2/ext2.h on top of that commit... > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html