[Ocfs2-commits] manish commits r2385 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 10 14:07:22 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-06-10 14:07:20 -0500 (Fri, 10 Jun 2005)
New Revision: 2385

Modified:
   trunk/fs/ocfs2/vote.c
Log:
Removed unused variable

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/vote.c
===================================================================
--- trunk/fs/ocfs2/vote.c	2005-06-10 06:25:08 UTC (rev 2384)
+++ trunk/fs/ocfs2/vote.c	2005-06-10 19:07:20 UTC (rev 2385)
@@ -975,7 +975,6 @@
 
 int ocfs2_register_net_handlers(ocfs2_super *osb)
 {
-	int i = OCFS2_VOL_UUID_LEN - sizeof(osb->net_key);
 	int status = 0;
 
 	status = o2net_register_handler(OCFS2_MESSAGE_TYPE_RESPONSE,



More information about the Ocfs2-commits mailing list