Commit 5ac7ec85 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

ext3: don't export ext3_fs.h and jbd.h

Neither of the headers actually compiles when included from userpsace nor
should it be made available as userspace tools should be using the libraries
or at least headers from e2fsprogs.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3afe3925
...@@ -195,7 +195,6 @@ unifdef-y += ethtool.h ...@@ -195,7 +195,6 @@ unifdef-y += ethtool.h
unifdef-y += eventpoll.h unifdef-y += eventpoll.h
unifdef-y += signalfd.h unifdef-y += signalfd.h
unifdef-y += ext2_fs.h unifdef-y += ext2_fs.h
unifdef-y += ext3_fs.h
unifdef-y += fb.h unifdef-y += fb.h
unifdef-y += fcntl.h unifdef-y += fcntl.h
unifdef-y += filter.h unifdef-y += filter.h
...@@ -248,7 +247,6 @@ unifdef-y += isdn.h ...@@ -248,7 +247,6 @@ unifdef-y += isdn.h
unifdef-y += isdnif.h unifdef-y += isdnif.h
unifdef-y += isdn_divertif.h unifdef-y += isdn_divertif.h
unifdef-y += isdn_ppp.h unifdef-y += isdn_ppp.h
unifdef-y += jbd.h
unifdef-y += joystick.h unifdef-y += joystick.h
unifdef-y += kdev_t.h unifdef-y += kdev_t.h
unifdef-y += kd.h unifdef-y += kd.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment