X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fdlm%2Fconfig.h;h=f30697bc2780dd25ff5586f70d17226c77d83e16;hb=36b71a8bfbc92e1ba164e9aec840c0180ee933b5;hp=dbd35a08f3a5f4c4aa03c9495b33975400f68bfa;hpb=7272c30b6fbc051bf8a3f3c973e64f230c91c8b3;p=~andy%2Flinux diff --git a/fs/dlm/config.h b/fs/dlm/config.h index dbd35a08f3a..f30697bc278 100644 --- a/fs/dlm/config.h +++ b/fs/dlm/config.h @@ -46,8 +46,6 @@ void dlm_config_exit(void); int dlm_config_nodes(char *lsname, struct dlm_config_node **nodes_out, int *count_out); int dlm_comm_seq(int nodeid, uint32_t *seq); -int dlm_nodeid_to_addr(int nodeid, struct sockaddr_storage *addr); -int dlm_addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid); int dlm_our_nodeid(void); int dlm_our_addr(struct sockaddr_storage *addr, int num);