[Ocfs2-commits] khackel commits r2027 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 21 16:32:40 CST 2005


Author: khackel
Signed-off-by: zab
Date: 2005-03-21 16:32:38 -0600 (Mon, 21 Mar 2005)
New Revision: 2027

Modified:
   trunk/fs/ocfs2/dlm/dlmrecovery.c
Log:
* removes return from void function.  for now, caller will
  have to retry.

Signed-off-by: zab



Modified: trunk/fs/ocfs2/dlm/dlmrecovery.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmrecovery.c	2005-03-21 22:23:34 UTC (rev 2026)
+++ trunk/fs/ocfs2/dlm/dlmrecovery.c	2005-03-21 22:32:38 UTC (rev 2027)
@@ -1107,9 +1107,7 @@
 	
 leave:
 	kfree(data);
-	dlmprintk("returning ret=%d\n", ret);
-	return ret;
-
+	dlmprintk("ret=%d\n", ret);
 }
 
 



More information about the Ocfs2-commits mailing list