From 011b1a684211d2569ae51e34d1697000b4817444 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Fri, 11 May 2012 09:46:49 -0400 Subject: Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton) --- config-generic | 1 + kernel.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config-generic b/config-generic index 278f040a5..dafc6c001 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 62fdac3b3..2c513f7fd 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 +- Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton) + * Fri May 11 2012 Josh Boyer - 3.4.0-0.rc6.git3.1 - Linux v3.4-rc6-76-gd60b9c1 -- cgit