[PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres
authorAdrian Bunk <bunk@stusta.de>
Sat, 15 Jul 2006 00:36:01 +0000 (02:36 +0200)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 7 Aug 2006 17:55:50 +0000 (10:55 -0700)
This patch removes the unused EXPORT_SYMBOL_GPL(dlm_migrate_lockres).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmmaster.c

index 1b8346dd0572ff349b3f01dc94140a9c8ed0557c..9503240ef0e50d46f413e46b62a665de3eec57bd 100644 (file)
@@ -2375,7 +2375,6 @@ leave:
        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)
 {