[Ocfs2-devel] [2.6 patch] make ocfs2_downconvert_thread() static

Adrian Bunk bunk at kernel.org
Sun Feb 17 00:20:38 PST 2008


This patch makes the needlessly global ocfs2_downconvert_thread() 
static.

Signed-off-by: Adrian Bunk <bunk at kernel.org>

---
bdbb7c3c448132142fffd0fbb8dc71f5a9efb594 diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index 351130c..841df58 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -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;




More information about the Ocfs2-devel mailing list