Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05488bbe authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh
Browse files

[2.6 patch] ocfs2: make dlm_do_assert_master() static



This patch makes the needlessly global dlm_do_assert_master() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 200bfae3
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1695,7 +1695,7 @@ send_response:
 * can periodically run all locks owned by this node
 * can periodically run all locks owned by this node
 * and re-assert across the cluster...
 * and re-assert across the cluster...
 */
 */
int dlm_do_assert_master(struct dlm_ctxt *dlm,
static int dlm_do_assert_master(struct dlm_ctxt *dlm,
				struct dlm_lock_resource *res,
				struct dlm_lock_resource *res,
				void *nodemap, u32 flags)
				void *nodemap, u32 flags)
{
{