[kernel] r9917 - in dists/sid/linux-2.6/debian: . patches/features/all patches/series

Frederik Schüler fs at alioth.debian.org
Fri Dec 7 22:53:52 UTC 2007


Author: fs
Date: Fri Dec  7 22:53:52 2007
New Revision: 9917

Log:
Export gfs2 locking symbols required to build gfs1 module.


Added:
   dists/sid/linux-2.6/debian/patches/features/all/export-gfs2-locking-symbols.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/2

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Fri Dec  7 22:53:52 2007
@@ -7,7 +7,10 @@
   * [arm/iop32x] Use the new i2c framework to load rtc-rs5c372 for the
     GLAN Tank.
 
- -- Gordon Farquharson <gordonfarquharson at gmail.com>  Thu,  6 Dec 2007 22:27:14 -0700
+  [ Frederik Schüler ]
+  * Export gfs2 locking symbols required to build gfs1 module.
+
+ -- Frederik Schüler <fs at debian.org>  Fri, 07 Dec 2007 23:52:23 +0100
 
 linux-2.6 (2.6.23-1) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches/features/all/export-gfs2-locking-symbols.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/features/all/export-gfs2-locking-symbols.patch	Fri Dec  7 22:53:52 2007
@@ -0,0 +1,21 @@
+From: Amit Kucheria <amit.kucheria at ubuntu.com>
+Date: Fri, 29 Jun 2007 16:23:52 +0000 (+0300)
+Subject: UBUNTU: Export symbols required to build GFS1 in LUM
+X-Git-Tag: Ubuntu-2.6.22-8.15
+X-Git-Url: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-gutsy.git;a=commitdiff;h=58139b9eb3cd66e923fecc030d990fd2f51511d7
+
+UBUNTU: Export symbols required to build GFS1 in LUM
+
+Signed-off-by: Amit Kucheria <amit.kucheria at ubuntu.com>
+---
+
+--- a/fs/gfs2/locking.c
++++ b/fs/gfs2/locking.c
+@@ -181,4 +181,7 @@ void gfs2_withdraw_lockproto(struct lm_l
+ 
+ EXPORT_SYMBOL_GPL(gfs2_register_lockproto);
+ EXPORT_SYMBOL_GPL(gfs2_unregister_lockproto);
++EXPORT_SYMBOL_GPL(gfs2_unmount_lockproto);
++EXPORT_SYMBOL_GPL(gfs2_mount_lockproto);
++EXPORT_SYMBOL_GPL(gfs2_withdraw_lockproto);
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/2
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/2	(original)
+++ dists/sid/linux-2.6/debian/patches/series/2	Fri Dec  7 22:53:52 2007
@@ -1 +1,2 @@
 + bugfix/arm/glantank-rtc.patch
++ features/all/export-gfs2-locking-symbols.patch



More information about the Kernel-svn-changes mailing list