[kernel] Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton)

Josh Boyer jwboyer at fedoraproject.org
Fri May 11 13:46:56 UTC 2012


commit 011b1a684211d2569ae51e34d1697000b4817444
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri May 11 09:46:49 2012 -0400

    Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton)

 config-generic |    1 +
 kernel.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 278f040..dafc6c0 100644
--- a/config-generic
+++ b/config-generic
@@ -3584,6 +3584,7 @@ CONFIG_EXPORTFS=y
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
 CONFIG_SUNRPC_XPRT_RDMA=m
+CONFIG_SUNRPC_DEBUG=y
 CONFIG_RPCSEC_GSS_KRB5=m
 CONFIG_CIFS=m
 CONFIG_CIFS_STATS=y
diff --git a/kernel.spec b/kernel.spec
index 62fdac3..2c513f7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2326,6 +2326,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri May 11 2012 Josh Boyer <jwboyer at redaht.com>
+- Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton)
+
 * Fri May 11 2012 Josh Boyer <jwboyer at redhat.com> - 3.4.0-0.rc6.git3.1
 - Linux v3.4-rc6-76-gd60b9c1
 


More information about the scm-commits mailing list