[2.6 patch] fs/ocfs2/: possible cleanups
[deliverable/linux.git] / fs / ocfs2 / dlmglue.c
index f4b3dab869974f902bd623da9476dfe861af7734..d43efdc12751975b535651d51093931699eceb56 100644 (file)
@@ -3219,8 +3219,8 @@ static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres,
        return UNBLOCK_CONTINUE_POST;
 }
 
-void ocfs2_process_blocked_lock(struct ocfs2_super *osb,
-                               struct ocfs2_lock_res *lockres)
+static void ocfs2_process_blocked_lock(struct ocfs2_super *osb,
+                                      struct ocfs2_lock_res *lockres)
 {
        int status;
        struct ocfs2_unblock_ctl ctl = {0, 0,};
This page took 0.025081 seconds and 5 git commands to generate.