https://github.com/torvalds/linux
Revision 58da94f0139d848884ec4827593f1082276bbbf8 authored by Linus Torvalds on 01 March 2011, 01:53:04 UTC, committed by Linus Torvalds on 01 March 2011, 01:53:04 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: fix truncate after open
  fuse: fix hang of single threaded fuseblk filesystem
2 parent s 158a5d6 + 8d56add
Raw File
Tip revision: 58da94f0139d848884ec4827593f1082276bbbf8 authored by Linus Torvalds on 01 March 2011, 01:53:04 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Tip revision: 58da94f
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