* [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration
@ 2018-02-09 3:06 piaojun
2018-02-09 4:30 ` Changwei Ge
2018-02-13 1:54 ` alex chen
0 siblings, 2 replies; 3+ messages in thread
From: piaojun @ 2018-02-09 3:06 UTC (permalink / raw)
To: ocfs2-devel
Clean up some unused function declaration in dlmcommon.h
Signed-off-by: Jun Piao <piaojun@huawei.com>
Reviewed-by: Yiwen Jiang <jiangyiwen@huawei.com>
---
fs/ocfs2/dlm/dlmcommon.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h
index e9f3705..953c200 100644
--- a/fs/ocfs2/dlm/dlmcommon.h
+++ b/fs/ocfs2/dlm/dlmcommon.h
@@ -960,13 +960,10 @@ static inline int dlm_send_proxy_ast(struct dlm_ctxt *dlm,
void dlm_print_one_lock_resource(struct dlm_lock_resource *res);
void __dlm_print_one_lock_resource(struct dlm_lock_resource *res);
-u8 dlm_nm_this_node(struct dlm_ctxt *dlm);
void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
-int dlm_nm_init(struct dlm_ctxt *dlm);
-int dlm_heartbeat_init(struct dlm_ctxt *dlm);
void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
--
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration
2018-02-09 3:06 [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration piaojun
@ 2018-02-09 4:30 ` Changwei Ge
2018-02-13 1:54 ` alex chen
1 sibling, 0 replies; 3+ messages in thread
From: Changwei Ge @ 2018-02-09 4:30 UTC (permalink / raw)
To: ocfs2-devel
It looks good to me.
Reviewed-by: Changwei Ge <ge.changwei@h3c.com>
On 2018/2/9 11:09, piaojun wrote:
> Clean up some unused function declaration in dlmcommon.h
>
> Signed-off-by: Jun Piao <piaojun@huawei.com>
> Reviewed-by: Yiwen Jiang <jiangyiwen@huawei.com>
> ---
> fs/ocfs2/dlm/dlmcommon.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h
> index e9f3705..953c200 100644
> --- a/fs/ocfs2/dlm/dlmcommon.h
> +++ b/fs/ocfs2/dlm/dlmcommon.h
> @@ -960,13 +960,10 @@ static inline int dlm_send_proxy_ast(struct dlm_ctxt *dlm,
> void dlm_print_one_lock_resource(struct dlm_lock_resource *res);
> void __dlm_print_one_lock_resource(struct dlm_lock_resource *res);
>
> -u8 dlm_nm_this_node(struct dlm_ctxt *dlm);
> void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
> void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
>
>
> -int dlm_nm_init(struct dlm_ctxt *dlm);
> -int dlm_heartbeat_init(struct dlm_ctxt *dlm);
> void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
> void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration
2018-02-09 3:06 [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration piaojun
2018-02-09 4:30 ` Changwei Ge
@ 2018-02-13 1:54 ` alex chen
1 sibling, 0 replies; 3+ messages in thread
From: alex chen @ 2018-02-13 1:54 UTC (permalink / raw)
To: ocfs2-devel
Hi Jun,
Looks good to me.
On 2018/2/9 11:06, piaojun wrote:
> Clean up some unused function declaration in dlmcommon.h
>
> Signed-off-by: Jun Piao <piaojun@huawei.com>
> Reviewed-by: Yiwen Jiang <jiangyiwen@huawei.com>
Reviewed-by: Alex Chen <alex.chen@huawei.com>
> ---
> fs/ocfs2/dlm/dlmcommon.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h
> index e9f3705..953c200 100644
> --- a/fs/ocfs2/dlm/dlmcommon.h
> +++ b/fs/ocfs2/dlm/dlmcommon.h
> @@ -960,13 +960,10 @@ static inline int dlm_send_proxy_ast(struct dlm_ctxt *dlm,
> void dlm_print_one_lock_resource(struct dlm_lock_resource *res);
> void __dlm_print_one_lock_resource(struct dlm_lock_resource *res);
>
> -u8 dlm_nm_this_node(struct dlm_ctxt *dlm);
> void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
> void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res);
>
>
> -int dlm_nm_init(struct dlm_ctxt *dlm);
> -int dlm_heartbeat_init(struct dlm_ctxt *dlm);
> void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
> void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-13 1:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-09 3:06 [Ocfs2-devel] [PATCH] ocfs2: clean up some unused function declaration piaojun
2018-02-09 4:30 ` Changwei Ge
2018-02-13 1:54 ` alex chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).