https://github.com/torvalds/linux
Revision 9115eac2c788c17b57c9256cb322fa7371972ddf authored by Jeff Layton on 27 January 2014, 18:33:28 UTC, committed by Al Viro on 31 January 2014, 19:28:56 UTC
Leaving getname() exported when putname() isn't is a bad idea.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent dfd948e
Raw File
Tip revision: 9115eac2c788c17b57c9256cb322fa7371972ddf authored by Jeff Layton on 27 January 2014, 18:33:28 UTC
vfs: unexport the getname() symbol
Tip revision: 9115eac
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top