Export gfs2 locking symbols required to build gfs1 module.

svn path=/dists/sid/linux-2.6/; revision=9917
This commit is contained in:
Frederik Schüler 2007-12-07 22:53:52 +00:00
parent 033a9fc815
commit b733da3671
3 changed files with 26 additions and 1 deletions

5
debian/changelog vendored
View File

@ -7,7 +7,10 @@ linux-2.6 (2.6.23-2) UNRELEASED; urgency=low
* [arm/iop32x] Use the new i2c framework to load rtc-rs5c372 for the
GLAN Tank.
-- Gordon Farquharson <gordonfarquharson@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@debian.org> Fri, 07 Dec 2007 23:52:23 +0100
linux-2.6 (2.6.23-1) unstable; urgency=low

View File

@ -0,0 +1,21 @@
From: Amit Kucheria <amit.kucheria@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@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);

View File

@ -1 +1,2 @@
+ bugfix/arm/glantank-rtc.patch
+ features/all/export-gfs2-locking-symbols.patch