All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] don't export ext3_fs.h and jbd.h
@ 2008-03-26 22:46 Christoph Hellwig
  2008-03-26 23:30 ` Theodore Tso
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2008-03-26 22:46 UTC (permalink / raw)
  To: akpm; +Cc: linux-fsdevel

either 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: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/include/linux/Kbuild
===================================================================
--- linux-2.6.orig/include/linux/Kbuild	2008-03-24 13:04:08.000000000 +0100
+++ linux-2.6/include/linux/Kbuild	2008-03-24 13:04:17.000000000 +0100
@@ -195,7 +195,6 @@ unifdef-y += ethtool.h
 unifdef-y += eventpoll.h
 unifdef-y += signalfd.h
 unifdef-y += ext2_fs.h
-unifdef-y += ext3_fs.h
 unifdef-y += fb.h
 unifdef-y += fcntl.h
 unifdef-y += filter.h
@@ -248,7 +247,6 @@ unifdef-y += isdn.h
 unifdef-y += isdnif.h
 unifdef-y += isdn_divertif.h
 unifdef-y += isdn_ppp.h
-unifdef-y += jbd.h
 unifdef-y += joystick.h
 unifdef-y += kdev_t.h
 unifdef-y += kd.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-27 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 22:46 [PATCH] don't export ext3_fs.h and jbd.h Christoph Hellwig
2008-03-26 23:30 ` Theodore Tso
2008-03-26 23:37   ` Christoph Hellwig
2008-03-27 10:01     ` Theodore Tso
2008-03-27 10:14       ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.