Adrian Bunk
2006-Jul-15 00:36 UTC
[Ocfs2-devel] [RFC: 2.6 patch] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres
This patch removes the unused EXPORT_SYMBOL_GPL(dlm_migrate_lockres). Signed-off-by: Adrian Bunk <bunk at stusta.de> --- linux-2.6.18-rc1-mm2-full/fs/ocfs2/dlm/dlmmaster.c.old 2006-07-15 00:40:56.000000000 +0200 +++ linux-2.6.18-rc1-mm2-full/fs/ocfs2/dlm/dlmmaster.c 2006-07-15 00:41:07.000000000 +0200 @@ -2375,7 +2375,6 @@ mlog(0, "returning %d\n", ret); return ret; } -EXPORT_SYMBOL_GPL(dlm_migrate_lockres); int dlm_lock_basts_flushed(struct dlm_ctxt *dlm, struct dlm_lock *lock) {
Mark Fasheh
2006-Jul-16 07:31 UTC
[Ocfs2-devel] [RFC: 2.6 patch] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres
On Sat, Jul 15, 2006 at 02:36:01AM +0200, Adrian Bunk wrote:> This patch removes the unused EXPORT_SYMBOL_GPL(dlm_migrate_lockres).Eh, that's fine I guess - we haven't used it yet and afair it was just exported for debugging purposes anyway. --Mark -- Mark Fasheh Senior Software Developer, Oracle mark.fasheh at oracle.com