diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-05-11 13:19:06 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-05-11 13:19:12 -0400 |
commit | d93939787e82899e1d624033e40a97f7997d075b (patch) | |
tree | 0df8b85aba5e207f0822d532b000ff6ea9db9ea9 /config-nodebug | |
parent | 011b1a684211d2569ae51e34d1697000b4817444 (diff) | |
download | kernel-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 'config-nodebug')
-rw-r--r-- | config-nodebug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-nodebug b/config-nodebug index c14754265..485f1b0af 100644 --- a/config-nodebug +++ b/config-nodebug @@ -72,6 +72,8 @@ CONFIG_DEBUG_PERF_USE_VMALLOC=y CONFIG_JBD2_DEBUG=y +CONFIG_NFSD_FAULT_INJECTION=y + CONFIG_DEBUG_BLK_CGROUP=y CONFIG_DRBD_FAULT_INJECTION=y |