From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryusuke Konishi Subject: Re: kernel source refers to non-existent CONFIG variables Date: Wed, 24 Jun 2009 00:15:13 +0900 (JST) Message-ID: <20090624.001513.108174319.ryusuke@osrg.net> References: Reply-To: NILFS Users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org Errors-To: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org To: users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org, rpjday-L09J2beyid0N/H6P543EQg@public.gmane.org Hi! On Tue, 23 Jun 2009 10:47:43 -0400 (EDT), "Robert P. J. Day" wrote: > from the output of a scanning script i have, there are a number of > CONFIG variables that are tested in the linux kernel source but are > not defined anywhere in a Kconfig file: > > >>>>> NILFS_FS_POSIX_ACL > fs/nilfs2/inode.c:312:#ifdef CONFIG_NILFS_FS_POSIX_ACL > fs/nilfs2/inode.c:437:#ifdef CONFIG_NILFS_FS_POSIX_ACL > >>>>> NILFS_POSIX_ACL > fs/nilfs2/nilfs.h:61:#ifdef CONFIG_NILFS_POSIX_ACL > fs/nilfs2/nilfs.h:200:#ifdef CONFIG_NILFS_POSIX_ACL > fs/nilfs2/super.c:192:#ifdef CONFIG_NILFS_POSIX_ACL > >>>>> NILFS_XATTR > fs/nilfs2/nilfs.h:51:#ifdef CONFIG_NILFS_XATTR > fs/nilfs2/super.c:165:#ifdef CONFIG_NILFS_XATTR > > rday These features are planned but not embarked on. That is the reason why they are left there. When we really implement them, of course, we will declare in the Kconfig file. Thanks for the feedback. Ryusuke Konishi