]> git.baikalelectronics.ru Git - kernel.git/commit
ext2: No longer export ext2_fs.h to user space
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 23 Mar 2012 09:27:36 +0000 (10:27 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 31 Mar 2012 20:03:15 +0000 (16:03 -0400)
commit6dc5610bb5aa7e57217abc10ae37a9e316815beb
tree472b3fd4b2432d325d427e28b148676e9790c6fe
parent1182464a7811ee3fc8074fc351e4e625327ec6d7
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 <thierry.reding@avionic-design.de>
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 <aedilger@gmail.com>
Cc: linux-ext4@vger.kernel.org
include/linux/Kbuild
include/linux/ext2_fs.h