From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sandeen Subject: Re: [PATCH] include into linux/ext2_fs.h Date: Wed, 10 Sep 2008 08:39:00 -0500 Message-ID: <48C7CDF4.2020206@redhat.com> References: <1221045726-5674-1-git-send-email-kirill@shutemov.name> <20080910112709.GA11742@infradead.org> <20080910114011.GB3757@localhost.localdomain> <20080910114042.GA15996@infradead.org> <20080910114923.GC3757@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, Andrew Morton , linux-ext4@vger.kernel.org, David Howells , Jens Axboe To: "Kirill A. Shutemov" Return-path: In-Reply-To: <20080910114923.GC3757@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org Kirill A. Shutemov wrote: > On Wed, Sep 10, 2008 at 07:40:42AM -0400, Christoph Hellwig wrote: >> On Wed, Sep 10, 2008 at 02:40:12PM +0300, Kirill A. Shutemov wrote: >>> On Wed, Sep 10, 2008 at 07:27:09AM -0400, Christoph Hellwig wrote: >>>> On Wed, Sep 10, 2008 at 02:22:03PM +0300, Kirill A. Shutemov wrote: >>>>> linux/fs.h defines FS_IOC* needed by linux/ext2_fs.h >>>> And who cares? > > Do you think it isn't error? > >>> It breaks building pam_mktemp at least. >> pam_mktemp should not use , but rather >> . That's right. > Why linux/ext2_fs.h does export to userspace? > it does? $ grep header-y include/linux/Kbuild | wc -l 163 $ grep header-y include/linux/Kbuild | grep ext2 $ I think it does not. -Eric