Re: [PATCH] ext2: No longer export ext2_fs.h to user space
From: Al Viro <viro@ZenIV.linux.org.uk>
Date: 2012-03-23 17:55:40
Also in:
lkml
From: Al Viro <viro@ZenIV.linux.org.uk>
Date: 2012-03-23 17:55:40
Also in:
lkml
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:quoted
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 <redacted> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Jan Kara <jack@suse.cz> Cc: Ted Ts'o <tytso@mit.edu> Cc: Artem Bityutskiy <dedekind1@gmail.com> Cc: Andreas Dilger <redacted> Cc: linux-ext4@vger.kernel.orgAcked-by: "Theodore Ts'o" <tytso@mit.edu> 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...