rpms/kernel/F-13 linux-2.6-pnfs-compile.patch, NONE, 1.1.8.2 kernel.spec, 1.2049.2.1, 1.2049.2.2

Steve Dickson steved at fedoraproject.org
Tue Jun 1 12:54:44 UTC 2010


Author: steved

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

Modified Files:
      Tag: private-pnfs-all-2_6_33-2010-06-01
	kernel.spec 
Added Files:
      Tag: private-pnfs-all-2_6_33-2010-06-01
	linux-2.6-pnfs-compile.patch 
Log Message:
Fixed a compile error


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.2049.2.1
retrieving revision 1.2049.2.2
diff -u -p -r1.2049.2.1 -r1.2049.2.2
--- kernel.spec	1 Jun 2010 12:19:28 -0000	1.2049.2.1
+++ kernel.spec	1 Jun 2010 12:54:42 -0000	1.2049.2.2
@@ -852,6 +852,7 @@ Patch13000: keys-find-keyring-by-name-ca
 
 Patch30000: linux-2.6.33-inline.patch
 Patch30001: pnfs-all-2.6.33-2010-06-01.patch
+Patch30002: linux-2.6-pnfs-compile.patch
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1548,6 +1549,7 @@ ApplyPatch keys-find-keyring-by-name-can
 
 ApplyPatch linux-2.6.33-inline.patch
 ApplyPatch pnfs-all-2.6.33-2010-06-01.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