https://github.com/torvalds/linux
Revision 086b17046c068ef3fa6e69c03c786b39ca617a0a authored by Linus Torvalds on 07 December 2010, 04:08:25 UTC, committed by Linus Torvalds on 07 December 2010, 04:08:25 UTC
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2:
  ocfs2_connection_find() returns pointer to bad structure
  ocfs2: char is not always signed
  Ocfs2: Stop tracking a negative dentry after dentry_iput().
  ocfs2: fix memory leak
  fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock
2 parent s da8f2e2 + 226291a
Raw File
Tip revision: 086b17046c068ef3fa6e69c03c786b39ca617a0a authored by Linus Torvalds on 07 December 2010, 04:08:25 UTC
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
Tip revision: 086b170
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