summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-11 09:46:49 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-11 09:46:49 -0400
commit011b1a684211d2569ae51e34d1697000b4817444 (patch)
tree465e3b249e562b7790e452ae1c630371e5b5a6c0
parent818e3c603ab518dfe0a7226ec2c4209afd27af67 (diff)
downloadkernel-011b1a684211d2569ae51e34d1697000b4817444.tar.gz
kernel-011b1a684211d2569ae51e34d1697000b4817444.tar.xz
kernel-011b1a684211d2569ae51e34d1697000b4817444.zip
Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton)
-rw-r--r--config-generic1
-rw-r--r--kernel.spec5
2 files changed, 5 insertions, 1 deletions
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 <jwboyer@redaht.com>
+- Enable CONFIG_SUNRPC_DEBUG (pointed out by Jeff Layton)
+
* Fri May 11 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc6.git3.1
- Linux v3.4-rc6-76-gd60b9c1