diff options
| author | Alexander Aring <aahringo@redhat.com> | 2024-05-28 17:12:33 -0400 |
|---|---|---|
| committer | David Teigland <teigland@redhat.com> | 2024-05-31 11:04:54 -0500 |
| commit | f49da8c09f93ad2b220ee44091123aa9693eefde (patch) | |
| tree | d04a34fe491a3f288a67a92a32aa180cac3f6b80 /fs/dlm/lowcomms.h | |
| parent | a2155402bf0e03a3cd2ba21a6a0d82426379d8e0 (diff) | |
| download | linux-f49da8c09f93ad2b220ee44091123aa9693eefde.tar.gz linux-f49da8c09f93ad2b220ee44091123aa9693eefde.tar.bz2 linux-f49da8c09f93ad2b220ee44091123aa9693eefde.zip | |
dlm: remove unused parameter in dlm_midcomms_addr
This patch removes an parameter which is currently not used by
dlm_midcomms_addr().
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lowcomms.h')
| -rw-r--r-- | fs/dlm/lowcomms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms.h b/fs/dlm/lowcomms.h index 8deb16f8f620..fd0df604eb93 100644 --- a/fs/dlm/lowcomms.h +++ b/fs/dlm/lowcomms.h @@ -46,7 +46,7 @@ void dlm_lowcomms_put_msg(struct dlm_msg *msg); int dlm_lowcomms_resend_msg(struct dlm_msg *msg); int dlm_lowcomms_connect_node(int nodeid); int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark); -int dlm_lowcomms_addr(int nodeid, struct sockaddr_storage *addr, int len); +int dlm_lowcomms_addr(int nodeid, struct sockaddr_storage *addr); void dlm_midcomms_receive_done(int nodeid); struct kmem_cache *dlm_lowcomms_writequeue_cache_create(void); struct kmem_cache *dlm_lowcomms_msg_cache_create(void); |
