[Ocfs2-commits] mfasheh commits r1874 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Feb 1 12:39:52 CST 2005


Author: mfasheh
Date: 2005-02-01 12:39:51 -0600 (Tue, 01 Feb 2005)
New Revision: 1874

Modified:
   trunk/fs/ocfs2/dlmglue.h
Log:
* trivial typo fix



Modified: trunk/fs/ocfs2/dlmglue.h
===================================================================
--- trunk/fs/ocfs2/dlmglue.h	2005-02-01 03:32:23 UTC (rev 1873)
+++ trunk/fs/ocfs2/dlmglue.h	2005-02-01 18:39:51 UTC (rev 1874)
@@ -24,8 +24,8 @@
  */
 
 
-#ifndef MIDDLE_H
-#define MIDDLE_H
+#ifndef DLMGLUE_H
+#define DLMGLUE_H
 
 /*
  * LVB Sequence number rules:
@@ -128,4 +128,4 @@
 	spin_unlock(&lockres->l_lock);
 }
 
-#endif
+#endif	/* DLMGLUE_H */



More information about the Ocfs2-commits mailing list