]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[2.6 patch] make ocfs2_downconvert_thread() static
authorAdrian Bunk <bunk@kernel.org>
Sun, 17 Feb 2008 08:20:38 +0000 (10:20 +0200)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 3 Mar 2008 23:50:21 +0000 (15:50 -0800)
This patch makes the needlessly global ocfs2_downconvert_thread()
static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c

index d43efdc12751975b535651d51093931699eceb56..f7794306b2bd20a0dc2e1d1c9aec72e559bd4b8c 100644 (file)
@@ -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;