[Ocfs2-commits] mfasheh commits r1496 - branches/dlm-changes/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Sep 27 17:48:55 CDT 2004
Author: mfasheh
Date: 2004-09-27 17:48:53 -0500 (Mon, 27 Sep 2004)
New Revision: 1496
Modified:
branches/dlm-changes/src/Makefile
Log:
* build suballoc.c in the correct order
Modified: branches/dlm-changes/src/Makefile
===================================================================
--- branches/dlm-changes/src/Makefile 2004-09-27 17:23:03 UTC (rev 1495)
+++ branches/dlm-changes/src/Makefile 2004-09-27 22:48:53 UTC (rev 1496)
@@ -64,7 +64,6 @@
aops.c \
bitmap.c \
buffer_head_io.c \
- suballoc.c \
dcache.c \
dir.c \
dlm.c \
@@ -78,6 +77,7 @@
namei.c \
nm.c \
proc.c \
+ suballoc.c \
super.c \
symlink.c \
sysfile.c \
@@ -97,7 +97,6 @@
buffer_head_io.h \
alloc.h \
bitmap.h \
- suballoc.h \
dcache.h \
dir.h \
dlm.h \
@@ -111,6 +110,7 @@
namei.h \
nm.h \
proc.h \
+ suballoc.h \
super.h \
symlink.h \
sysfile.h \
More information about the Ocfs2-commits
mailing list