* [Ocfs2-devel] [PATCH] clean up duplicate declaration in dlmrecovery.c
@ 2013-05-20 9:36 Joseph Qi
2013-05-22 22:46 ` Sunil Mushran
0 siblings, 1 reply; 2+ messages in thread
From: Joseph Qi @ 2013-05-20 9:36 UTC (permalink / raw)
To: ocfs2-devel
Below 3 functions have already been declared in dlmcommon.h, so we have
no need to declare them again in dlmrecovery.c.
dlm_complete_recovery_thread
dlm_launch_recovery_thread
dlm_kick_recovery_thread
Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
---
fs/ocfs2/dlm/dlmrecovery.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index 93de2e0..1741c33 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -55,9 +55,6 @@
static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8
dead_node);
static int dlm_recovery_thread(void *data);
-void dlm_complete_recovery_thread(struct dlm_ctxt *dlm);
-int dlm_launch_recovery_thread(struct dlm_ctxt *dlm);
-void dlm_kick_recovery_thread(struct dlm_ctxt *dlm);
static int dlm_do_recovery(struct dlm_ctxt *dlm);
static int dlm_pick_recovery_master(struct dlm_ctxt *dlm);
--
1.7.9.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Ocfs2-devel] [PATCH] clean up duplicate declaration in dlmrecovery.c
2013-05-20 9:36 [Ocfs2-devel] [PATCH] clean up duplicate declaration in dlmrecovery.c Joseph Qi
@ 2013-05-22 22:46 ` Sunil Mushran
0 siblings, 0 replies; 2+ messages in thread
From: Sunil Mushran @ 2013-05-22 22:46 UTC (permalink / raw)
To: ocfs2-devel
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
On Mon, May 20, 2013 at 2:36 AM, Joseph Qi <joseph.qi@huawei.com> wrote:
> Below 3 functions have already been declared in dlmcommon.h, so we have
> no need to declare them again in dlmrecovery.c.
> dlm_complete_recovery_thread
> dlm_launch_recovery_thread
> dlm_kick_recovery_thread
>
> Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
>
> ---
> fs/ocfs2/dlm/dlmrecovery.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
> index 93de2e0..1741c33 100644
> --- a/fs/ocfs2/dlm/dlmrecovery.c
> +++ b/fs/ocfs2/dlm/dlmrecovery.c
> @@ -55,9 +55,6 @@
> static void dlm_do_local_recovery_cleanup(struct dlm_ctxt *dlm, u8
> dead_node);
>
> static int dlm_recovery_thread(void *data);
> -void dlm_complete_recovery_thread(struct dlm_ctxt *dlm);
> -int dlm_launch_recovery_thread(struct dlm_ctxt *dlm);
> -void dlm_kick_recovery_thread(struct dlm_ctxt *dlm);
> static int dlm_do_recovery(struct dlm_ctxt *dlm);
>
> static int dlm_pick_recovery_master(struct dlm_ctxt *dlm);
> --
> 1.7.9.7
>
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20130522/c6a2a36b/attachment.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-22 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 9:36 [Ocfs2-devel] [PATCH] clean up duplicate declaration in dlmrecovery.c Joseph Qi
2013-05-22 22:46 ` Sunil Mushran
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.