diff --git a/debian/changelog b/debian/changelog index 0d684b6f3..9b7f42756 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,9 @@ linux-2.6 (2.6.24~rc6-1~experimental.1) UNRELEASED; urgency=low [ dann frazier ] * [ia64]: Enable BLK_CPQ_DA + [ Frederik Schüler ] + * Add GFS2 locking symbols export patch. + -- maximilian attems Sun, 06 Jan 2008 13:50:29 +0100 linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; 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/1~experimental.1 b/debian/patches/series/1~experimental.1 index 8b907599a..005569096 100644 --- a/debian/patches/series/1~experimental.1 +++ b/debian/patches/series/1~experimental.1 @@ -8,6 +8,7 @@ #+ debian/drivers-ata-ata_piix-postpone-pata.patch + debian/dfsg/drivers-net-tg3-fix-simple.patch ++ features/all/export-gfs2-locking-symbols.patch #+ bugfix/powerpc/build-links.patch #+ bugfix/powerpc/mv643xx-hotplug-support.patch