From mboxrd@z Thu Jan 1 00:00:00 1970 From: hooanon05@yahoo.co.jp Subject: Re: [Aufs 02/25] aufs public header file Date: Mon, 09 Mar 2009 17:30:09 +0900 Message-ID: <9910.1236587409@jrobl> References: <1236569118-3750-1-git-send-email-hooanon05@yahoo.co.jp> <1236569118-3750-3-git-send-email-hooanon05@yahoo.co.jp> <20090309055030.GB14122@uranus.ravnborg.org> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Sam Ravnborg Return-path: Received: from vsmtp02.dti.ne.jp ([202.216.231.137]:48728 "EHLO vsmtp02.dti.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbZCIIaP (ORCPT ); Mon, 9 Mar 2009 04:30:15 -0400 In-Reply-To: <20090309055030.GB14122@uranus.ravnborg.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Sam Ravnborg: > > include/linux/aufs_type.h | 98 +++++++++++++++++++++++++++++++++++++++++++++ > > Why does it live in include/linux? > If it is part of the userspace ABI it should be included in Kbuild. It contains ioctl commands and other macros for userspace. I will add this file in include/linux/Kbuild. Thank you J. R. Okajima