projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0060005
)
[2.6 patch] make ocfs2_downconvert_thread() static
author
Adrian Bunk
<bunk@kernel.org>
Sun, 17 Feb 2008 08:20:38 +0000
(10:20 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/fs/ocfs2/dlmglue.c
b/fs/ocfs2/dlmglue.c
index d43efdc12751975b535651d51093931699eceb56..f7794306b2bd20a0dc2e1d1c9aec72e559bd4b8c 100644
(file)
--- 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;