* kernel source refers to non-existent CONFIG variables
@ 2009-06-23 14:47 Robert P. J. Day
2009-06-23 15:15 ` Ryusuke Konishi
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-06-23 14:47 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg
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
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: http://crashcourse.ca
Linked In: http://www.linkedin.com/in/rpjday
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kernel source refers to non-existent CONFIG variables
2009-06-23 14:47 kernel source refers to non-existent CONFIG variables Robert P. J. Day
@ 2009-06-23 15:15 ` Ryusuke Konishi
0 siblings, 0 replies; 2+ messages in thread
From: Ryusuke Konishi @ 2009-06-23 15:15 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg, rpjday-L09J2beyid0N/H6P543EQg
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-23 15:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 14:47 kernel source refers to non-existent CONFIG variables Robert P. J. Day
2009-06-23 15:15 ` Ryusuke Konishi
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.