Revision c674e04e1cd6049715e7b9446790f4b441e547c0 authored by Chris Mason on 04 November 2011, 02:23:13 UTC, committed by Chris Mason on 06 November 2011, 08:09:10 UTC
The scrub readahead branch brought in a new error handling hook,
but it was leaking extent_buffer references.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 740c3d2
Raw File
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