https://github.com/torvalds/linux
Revision d85c8a6f1bc083279215ff6e79b7c292bf3ec905 authored by Chris Mason on 15 December 2011, 20:38:41 UTC, committed by Chris Mason on 15 December 2011, 20:38:41 UTC
The btrfs io submission threads can build up massive plug lists.  This
keeps things more reasonable so we don't hand over huge dumps of IO at
once.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 567a45e
Raw File
Tip revision: d85c8a6f1bc083279215ff6e79b7c292bf3ec905 authored by Chris Mason on 15 December 2011, 20:38:41 UTC
Btrfs: unplug every once and a while
Tip revision: d85c8a6
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