Re: [2.6 patch] make ocfs2_downconvert_thread() static

2008-02-18 Thread Mark Fasheh
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 <[EMAIL PROTECTED]> Thanks, this is in ocfs2.git now. --Mark -- Mark Fasheh Principal Software Developer, Oracle [EMA

[2.6 patch] make ocfs2_downconvert_thread() static

2008-02-17 Thread Adrian Bunk
This patch makes the needlessly global ocfs2_downconvert_thread() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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/dlmglu