diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-02-17 03:20:38 -0500 |
|---|---|---|
| committer | Mark Fasheh <mark.fasheh@oracle.com> | 2008-03-03 18:50:21 -0500 |
| commit | 200bfae37a15e50e0f9aa5683958bdfc3fd55e05 (patch) | |
| tree | fab109dcf92a970780a5c9fc4a2d8e4c6191d0e0 | |
| parent | 006000566d4e95b8d1924addfb41094acf0d5ec2 (diff) | |
[2.6 patch] make ocfs2_downconvert_thread() static
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>
| -rw-r--r-- | fs/ocfs2/dlmglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index d43efdc12751..f7794306b2bd 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) | |||
| 3356 | return should_wake; | 3356 | return should_wake; |
| 3357 | } | 3357 | } |
| 3358 | 3358 | ||
| 3359 | int ocfs2_downconvert_thread(void *arg) | 3359 | static int ocfs2_downconvert_thread(void *arg) |
| 3360 | { | 3360 | { |
| 3361 | int status = 0; | 3361 | int status = 0; |
| 3362 | struct ocfs2_super *osb = arg; | 3362 | struct ocfs2_super *osb = arg; |
