https://github.com/torvalds/linux
Revision d3db90b0a448bfdf77ab3d887c9579fead656cc5 authored by Al Viro on 14 July 2013, 13:09:57 UTC, committed by Al Viro on 14 July 2013, 13:09:57 UTC
... and use d_hash_and_lookup() instead of open-coding it, for fsck sake...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent a95e691
Raw File
Tip revision: d3db90b0a448bfdf77ab3d887c9579fead656cc5 authored by Al Viro on 14 July 2013, 13:09:57 UTC
__rpc_lookup_create_exclusive: pass string instead of qstr
Tip revision: d3db90b
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