rpms/kernel/F-13 linux-2.6-pnfs-compile.patch, NONE, 1.1.2.1 kernel.spec, 1.1993.2.1, 1.1993.2.2

Steve Dickson steved at fedoraproject.org
Wed Apr 21 18:33:28 UTC 2010


Author: steved

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9158

Modified Files:
      Tag: private-pnfs_all_2_6_33_2010_04_12
	kernel.spec 
Added Files:
      Tag: private-pnfs_all_2_6_33_2010_04_12
	linux-2.6-pnfs-compile.patch 
Log Message:
Added a patch to turn off INET_CSK_DEBUG


linux-2.6-pnfs-compile.patch:
 inet_connection_sock.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE linux-2.6-pnfs-compile.patch ---
diff -up linux-2.6.32.x86_64/fs/nfs/objlayout/pnfs_osd_xdr.h.orig linux-2.6.32.x86_64/fs/nfs/objlayout/pnfs_osd_xdr.h
diff -up linux-2.6.32.x86_64/include/net/inet_connection_sock.h.orig linux-2.6.32.x86_64/include/net/inet_connection_sock.h
--- linux-2.6.32.x86_64/include/net/inet_connection_sock.h.orig	2009-12-02 22:51:21.000000000 -0500
+++ linux-2.6.32.x86_64/include/net/inet_connection_sock.h	2010-04-21 14:26:24.475659551 -0400
@@ -23,7 +23,7 @@
 #include <net/inet_sock.h>
 #include <net/request_sock.h>
 
-#define INET_CSK_DEBUG 1
+//#define INET_CSK_DEBUG 1
 
 /* Cancel timers, when they are not required. */
 #undef INET_CSK_CLEAR_TIMERS


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.1993.2.1
retrieving revision 1.1993.2.2
diff -u -p -r1.1993.2.1 -r1.1993.2.2
--- kernel.spec	21 Apr 2010 15:58:11 -0000	1.1993.2.1
+++ kernel.spec	21 Apr 2010 18:33:27 -0000	1.1993.2.2
@@ -822,6 +822,7 @@ Patch12416: iwlwifi_-iwl_good_ack_health
 
 Patch30000: linux-2.6.33-inline.patch
 Patch30001: linux-2.6.33-pnfs.patch
+Patch30002: linux-2.6-pnfs-compile.patch
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1495,6 +1496,7 @@ ApplyPatch iwlwifi_-iwl_good_ack_health-
 # END OF PATCH APPLICATIONS
 ApplyPatch linux-2.6.33-inline.patch
 ApplyPatch linux-2.6.33-pnfs.patch
+ApplyPatch linux-2.6-pnfs-compile.patch
 %endif
 
 # Any further pre-build tree manipulations happen here.



More information about the scm-commits mailing list