From: Thierry Reding Date: Fri, 23 Mar 2012 09:27:36 +0000 (+0100) Subject: ext2: No longer export ext2_fs.h to user space X-Git-Tag: v3.4-rc1~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a165d25f63a989d0aabe9d8eed5b3a5d5da1862;p=pandora-kernel.git ext2: No longer export ext2_fs.h to user space 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 --- Reading git-diff-tree failed