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

Commit 200bfae3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh
Browse files

[2.6 patch] make ocfs2_downconvert_thread() static



This patch makes the needlessly global ocfs2_downconvert_thread()
static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 00600056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3356,7 +3356,7 @@ static int ocfs2_downconvert_thread_should_wake(struct ocfs2_super *osb)
	return should_wake;
}

int ocfs2_downconvert_thread(void *arg)
static int ocfs2_downconvert_thread(void *arg)
{
	int status = 0;
	struct ocfs2_super *osb = arg;