[Ocfs2-commits] mfasheh commits r1487 - branches/dlm-changes/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Sep 24 18:19:25 CDT 2004
Author: mfasheh
Date: 2004-09-24 18:19:23 -0500 (Fri, 24 Sep 2004)
New Revision: 1487
Modified:
branches/dlm-changes/src/dcache.c
branches/dlm-changes/src/symlink.c
Log:
* these guys need to import alloc.h now.
Modified: branches/dlm-changes/src/dcache.c
===================================================================
--- branches/dlm-changes/src/dcache.c 2004-09-24 23:18:19 UTC (rev 1486)
+++ branches/dlm-changes/src/dcache.c 2004-09-24 23:19:23 UTC (rev 1487)
@@ -38,9 +38,10 @@
#include "ocfs_log.h"
#include "ocfs.h"
+#include "alloc.h"
#include "dcache.h"
+#include "file.h"
#include "vote.h"
-#include "file.h"
#define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_DCACHE
Modified: branches/dlm-changes/src/symlink.c
===================================================================
--- branches/dlm-changes/src/symlink.c 2004-09-24 23:18:19 UTC (rev 1486)
+++ branches/dlm-changes/src/symlink.c 2004-09-24 23:19:23 UTC (rev 1487)
@@ -43,6 +43,7 @@
#include "ocfs_log.h"
#include "ocfs.h"
+#include "alloc.h"
#include "file.h"
#include "inode.h"
#include "symlink.h"
More information about the Ocfs2-commits
mailing list