From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH] don't export ext3_fs.h and jbd.h Date: Wed, 26 Mar 2008 23:46:22 +0100 Message-ID: <20080326224622.GA12273@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: akpm@osdl.org Return-path: Received: from verein.lst.de ([213.95.11.210]:37263 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752936AbYCZWqn (ORCPT ); Wed, 26 Mar 2008 18:46:43 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 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