[Ocfs2-commits] manish commits r875 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 28 18:19:53 CDT 2004


Author: manish
Date: 2004-04-28 17:19:51 -0500 (Wed, 28 Apr 2004)
New Revision: 875

Modified:
   trunk/src/super.c
Log:
Use OCFS_GENERIC_SB_MEMBER to avoid lvalue cast


Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-04-28 22:18:40 UTC (rev 874)
+++ trunk/src/super.c	2004-04-28 22:19:51 UTC (rev 875)
@@ -893,7 +893,7 @@
 	}
         memset(osb, 0, sizeof(ocfs_super));
 
-	OCFS_GENERIC_SB_P(sb) = (void *) osb;
+	OCFS_GENERIC_SB_MEMBER(sb) = osb;
 
         osb->sb = sb;
 



More information about the Ocfs2-commits mailing list