[Ocfs2-commits] mfasheh commits r956 - trunk/src/inc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 27 19:47:47 CDT 2004


Author: mfasheh
Date: 2004-05-27 18:47:45 -0500 (Thu, 27 May 2004)
New Revision: 956

Modified:
   trunk/src/inc/proto.h
Log:
* a function prototype was somehow removed from proto.h, fix this.



Modified: trunk/src/inc/proto.h
===================================================================
--- trunk/src/inc/proto.h	2004-05-27 23:13:43 UTC (rev 955)
+++ trunk/src/inc/proto.h	2004-05-27 23:47:45 UTC (rev 956)
@@ -375,5 +375,7 @@
 			      struct inode *inode, int *vote_status);
 int ocfs_send_vote_reply(ocfs_super *osb, ocfs_dlm_msg *dlm_msg,
 			 __u32 vote_status, int inode_open);
+int ocfs_lookup_vote_request_obj (ocfs_super *osb, 
+				  ocfs_vote_obj_lookup_data *data);
 
 #endif /* _PROTO_H_ */



More information about the Ocfs2-commits mailing list