[Ocfs2-commits] mfasheh commits r1130 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 17 18:03:38 CDT 2004


Author: mfasheh
Date: 2004-06-17 17:03:36 -0500 (Thu, 17 Jun 2004)
New Revision: 1130

Modified:
   trunk/src/ocfs_buffer_head.h
Log:
* remove an unused flag



Modified: trunk/src/ocfs_buffer_head.h
===================================================================
--- trunk/src/ocfs_buffer_head.h	2004-06-17 22:03:11 UTC (rev 1129)
+++ trunk/src/ocfs_buffer_head.h	2004-06-17 22:03:36 UTC (rev 1130)
@@ -68,9 +68,6 @@
 #define OCFS_BH_IGNORE_JBD        8     /* This should only be used by ocfs_checkpoint_handle! */
 #define OCFS_BH_READAHEAD         16	/* use this to pass READA down to submit_bh */
 
-
-#define BH_Modified 18
-
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 /*
  * Copied right out of the 2.6.2 kernel's buffer_head.h:



More information about the Ocfs2-commits mailing list