projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37b963
)
ocfs2/cluster: neaten a member of o2net_msg_handler
author
Changwei Ge
<
[email protected]
>
Thu, 1 Feb 2018 00:14:25 +0000
(16:14 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 1 Feb 2018 01:18:34 +0000
(17:18 -0800)
It's odd that o2net_msg_handler::nh_func_data is declared as type
o2net_msg_handler_func*. So neaten it.
Link:
http://lkml.kernel.org/r/63ADC13FD55D6546B7DECE290D39E373F1F554DA@H3CMLB14-EX.srv.huawei-3com.com
Signed-off-by: Changwei Ge <
[email protected]
>
Reviewed-by: Joseph Qi <
[email protected]
>
Reviewed-by: Alex Chen <
[email protected]
>
Cc: Mark Fasheh <
[email protected]
>
Cc: Joel Becker <
[email protected]
>
Cc: Junxiao Bi <
[email protected]
>
Cc: Changwei Ge <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ocfs2/cluster/tcp_internal.h
patch
|
blob
|
history
diff --git
a/fs/ocfs2/cluster/tcp_internal.h
b/fs/ocfs2/cluster/tcp_internal.h
index b95e7df5b76ac750dfb70f3b1ff268876585cd48..0276f7f8d5e656edc015e36ff372078649869eef 100644
(file)
--- a/
fs/ocfs2/cluster/tcp_internal.h
+++ b/
fs/ocfs2/cluster/tcp_internal.h
@@
-196,7
+196,7
@@
struct o2net_msg_handler {
u32 nh_msg_type;
u32 nh_key;
o2net_msg_handler_func *nh_func;
-
o2net_msg_handler_func
*nh_func_data;
+
void
*nh_func_data;
o2net_post_msg_handler_func
*nh_post_func;
struct kref nh_kref;