* [2.6 patch] make ocfs2_downconvert_thread() static
@ 2008-02-17 8:20 Adrian Bunk
2008-02-18 21:03 ` Mark Fasheh
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-02-17 8:20 UTC (permalink / raw)
To: mark.fasheh, kurt.hackel; +Cc: ocfs2-devel, linux-kernel
This patch makes the needlessly global ocfs2_downconvert_thread()
static.
Signed-off-by: Adrian Bunk <bunk@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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] make ocfs2_downconvert_thread() static
2008-02-17 8:20 [2.6 patch] make ocfs2_downconvert_thread() static Adrian Bunk
@ 2008-02-18 21:03 ` Mark Fasheh
0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2008-02-18 21:03 UTC (permalink / raw)
To: Adrian Bunk; +Cc: kurt.hackel, ocfs2-devel, linux-kernel
On Sun, Feb 17, 2008 at 10:20:38AM +0200, Adrian Bunk wrote:
> This patch makes the needlessly global ocfs2_downconvert_thread()
> static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Thanks, this is in ocfs2.git now.
--Mark
--
Mark Fasheh
Principal Software Developer, Oracle
mark.fasheh@oracle.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-18 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 8:20 [2.6 patch] make ocfs2_downconvert_thread() static Adrian Bunk
2008-02-18 21:03 ` Mark Fasheh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox