[Ocfs2-commits] jlbec commits r1091 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 14 04:18:36 CDT 2004


Author: jlbec
Date: 2004-06-14 03:18:35 -0500 (Mon, 14 Jun 2004)
New Revision: 1091

Modified:
   branches/format-changes/src/ocfs.h
Log:

o Remove OCFS_ALIGN() as well.



Modified: branches/format-changes/src/ocfs.h
===================================================================
--- branches/format-changes/src/ocfs.h	2004-06-14 08:17:13 UTC (rev 1090)
+++ branches/format-changes/src/ocfs.h	2004-06-14 08:18:35 UTC (rev 1091)
@@ -71,13 +71,8 @@
 }
 ocfs_alloc_bm;
 
-#define  OCFS_ALIGN(val, align)        \
-	       ((__u64)val  +            \
-		(((__u64)val % align) ? (align - ((__u64)val % align)): 0))
 
 
-
-
 #define OCFS_POINTER_SIZE   (sizeof(void *))
 
 enum



More information about the Ocfs2-commits mailing list