[Ocfs2-commits] jlbec commits r1816 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 20 17:51:28 CST 2005


Author: jlbec
Date: 2005-01-20 17:51:26 -0600 (Thu, 20 Jan 2005)
New Revision: 1816

Modified:
   trunk/fs/ocfs2/cluster/Makefile
Log:

o Re-add compat_libfs.o to 2.6 cluster objects, because it contains
  transaction_ops.



Modified: trunk/fs/ocfs2/cluster/Makefile
===================================================================
--- trunk/fs/ocfs2/cluster/Makefile	2005-01-20 23:45:35 UTC (rev 1815)
+++ trunk/fs/ocfs2/cluster/Makefile	2005-01-20 23:51:26 UTC (rev 1816)
@@ -28,6 +28,9 @@
 endif
 endif
 
+# Ugh, for now
+COMPAT_LIBFS := compat_libfs.o
+
 obj-m := ocfs2_dlm.o ocfs2_heartbeat.o ocfs2_nodemanager.o ocfs2_tcp.o
 
 ocfs2_dlm-objs := dlmmod.o dlmthread.o dlmrecovery.o util.o \



More information about the Ocfs2-commits mailing list