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);