rpms/kernel/devel linux-2.6-gfs-locking-exports.patch, NONE, 1.1 kernel.spec, 1.93, 1.94

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Thu Aug 16 15:21:38 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17878

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-gfs-locking-exports.patch 
Log Message:
* Thu Aug 16 2007 Chuck Ebbert <cebbert at redhat.com>
- export GFS2 symbols for lock modules


linux-2.6-gfs-locking-exports.patch:

--- NEW FILE linux-2.6-gfs-locking-exports.patch ---
Please add the following patch to the Fedora kernel (F-7, FC-6 & devel).
This was originally in the FC-6 kernel but seems to have vanished. This
patch isn't going to get sent upstream for various reasons but we need
it in Fedora so that the GFS kernel stuff will build against the GFS2
lock modules.

Steve.

-----------------------------------------------------------------------------
--- linux-2.6.17.noarch/fs/gfs2/locking.c~	2006-08-10 13:33:09.000000000 -0400
+++ linux-2.6.17.noarch/fs/gfs2/locking.c	2006-08-10 13:33:23.000000000 -0400
@@ -188,4 +188,6 @@ void __init gfs2_init_lmh(void)
 
 EXPORT_SYMBOL_GPL(gfs2_register_lockproto);
 EXPORT_SYMBOL_GPL(gfs2_unregister_lockproto);
-
+EXPORT_SYMBOL_GPL(gfs2_withdraw_lockproto);
+EXPORT_SYMBOL_GPL(gfs2_mount_lockproto);
+EXPORT_SYMBOL_GPL(gfs2_unmount_lockproto);




Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- kernel.spec	15 Aug 2007 21:38:28 -0000	1.93
+++ kernel.spec	16 Aug 2007 15:21:06 -0000	1.94
@@ -609,6 +609,7 @@
 Patch370: linux-2.6-crash-driver.patch
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
 Patch420: linux-2.6-squashfs.patch
+Patch423: linux-2.6-gfs-locking-exports.patch
 Patch430: linux-2.6-net-silence-noisy-printks.patch
 Patch440: linux-2.6-sha_alignment.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
@@ -1063,6 +1064,8 @@
 # Filesystem patches.
 # Squashfs
 ApplyPatch linux-2.6-squashfs.patch
+# export symbols for gfs2 locking modules
+ApplyPatch linux-2.6-gfs-locking-exports.patch
 
 # Networking
 # Disable easy to trigger printk's.
@@ -1747,6 +1750,9 @@
 
 
 %changelog
+* Thu Aug 16 2007 Chuck Ebbert <cebbert at redhat.com>
+- export GFS2 symbols for lock modules
+
 * Wed Aug 15 2007 Chuck Ebbert <cebbert at redhat.com>
 - enable ACPI debugging in -debug builds
 




More information about the fedora-extras-commits mailing list