From b733da367113e50d2f98f97725673f8da59078fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=BCler?= Date: Fri, 7 Dec 2007 22:53:52 +0000 Subject: [PATCH] Export gfs2 locking symbols required to build gfs1 module. svn path=/dists/sid/linux-2.6/; revision=9917 --- debian/changelog | 5 ++++- .../all/export-gfs2-locking-symbols.patch | 21 +++++++++++++++++++ debian/patches/series/2 | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 debian/patches/features/all/export-gfs2-locking-symbols.patch diff --git a/debian/changelog b/debian/changelog index d2ac4a6c5..55f65d82a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 6 Dec 2007 22:27:14 -0700 + [ Frederik Schüler ] + * Export gfs2 locking symbols required to build gfs1 module. + + -- Frederik Schüler Fri, 07 Dec 2007 23:52:23 +0100 linux-2.6 (2.6.23-1) unstable; urgency=low diff --git a/debian/patches/features/all/export-gfs2-locking-symbols.patch b/debian/patches/features/all/export-gfs2-locking-symbols.patch new file mode 100644 index 000000000..8ed00b79f --- /dev/null +++ b/debian/patches/features/all/export-gfs2-locking-symbols.patch @@ -0,0 +1,21 @@ +From: Amit Kucheria +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 +--- + +--- 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); + diff --git a/debian/patches/series/2 b/debian/patches/series/2 index 55241736a..ed28d5724 100644 --- a/debian/patches/series/2 +++ b/debian/patches/series/2 @@ -1 +1,2 @@ + bugfix/arm/glantank-rtc.patch ++ features/all/export-gfs2-locking-symbols.patch