[Ocfs2-commits] khackel commits r1785 - trunk/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 17 19:50:04 CST 2005


Author: khackel
Date: 2005-01-17 19:50:02 -0600 (Mon, 17 Jan 2005)
New Revision: 1785

Modified:
   trunk/cluster/dlmmod.h
Log:
forgot to take out two static functions

Modified: trunk/cluster/dlmmod.h
===================================================================
--- trunk/cluster/dlmmod.h	2005-01-18 01:47:49 UTC (rev 1784)
+++ trunk/cluster/dlmmod.h	2005-01-18 01:50:02 UTC (rev 1785)
@@ -575,8 +575,6 @@
 int dlm_master_request_handler(net_msg *msg, u32 len, void *data);
 int dlm_master_request_resp_handler(net_msg *msg, u32 len, void *data);
 int dlm_assert_master_handler(net_msg *msg, u32 len, void *data);
-void dlm_mle_node_down(struct inode *group, struct inode *node, int idx, void *data);
-void dlm_mle_node_up(struct inode *group, struct inode *node, int idx, void *data);
 dlm_lock_resource * __dlm_lookup_lock(dlm_ctxt *dlm, struct qstr *lockname);
 void dlm_init_lockres(dlm_lock_resource *res, struct qstr *lockname);
 void dlm_wait_on_lockres(dlm_lock_resource *res);



More information about the Ocfs2-commits mailing list