summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-11 13:19:06 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-11 13:19:12 -0400
commitd93939787e82899e1d624033e40a97f7997d075b (patch)
tree0df8b85aba5e207f0822d532b000ff6ea9db9ea9 /Makefile.release
parent011b1a684211d2569ae51e34d1697000b4817444 (diff)
downloadkernel-d93939787e82899e1d624033e40a97f7997d075b.tar.gz
kernel-d93939787e82899e1d624033e40a97f7997d075b.tar.xz
kernel-d93939787e82899e1d624033e40a97f7997d075b.zip
Enable CONFIG_NFSD_FAULT_INJECTION on debug builds (suggested by Jeff Layton)
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release
index 85fa9897b..e3ad8071a 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -51,6 +51,7 @@ config-release:
@perl -pi -e 's/CONFIG_EXT4_DEBUG=y/# CONFIG_EXT4_DEBUG is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_PERF_USE_VMALLOC=y/# CONFIG_DEBUG_PERF_USE_VMALLOC is not set/' config-nodebug
@perl -pi -e 's/CONFIG_JBD2_DEBUG=y/# CONFIG_JBD2_DEBUG is not set/' config-nodebug
+ @perl -pi -e 's/CONFIG_NFSD_FAULT_INJECTION=y/# CONFIG_NFSD_FAULT_INJECTION is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_BLK_CGROUP=y/# CONFIG_DEBUG_BLK_CGROUP is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DRBD_FAULT_INJECTION=y/# CONFIG_DRBD_FAULT_INJECTION is not set/' config-nodebug
@perl -pi -e 's/CONFIG_ATH_DEBUG=y/# CONFIG_ATH_DEBUG is not set/' config-nodebug