[Ocfs2-commits] jlbec commits r2761 - branches/ocfs2-1.2

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 2 19:47:03 CST 2006


Author: jlbec
Signed-off-by: mfasheh
Date: 2006-02-02 19:47:02 -0600 (Thu, 02 Feb 2006)
New Revision: 2761

Modified:
   branches/ocfs2-1.2/Makefile
Log:

o Fix missing i_mutex.h

Signed-off-by: mfasheh



Modified: branches/ocfs2-1.2/Makefile
===================================================================
--- branches/ocfs2-1.2/Makefile	2006-02-03 01:46:36 UTC (rev 2760)
+++ branches/ocfs2-1.2/Makefile	2006-02-03 01:47:02 UTC (rev 2761)
@@ -11,6 +11,7 @@
 
 KAPI_COMPAT_FILES = \
 	kapi-compat/include/assert_spin_locked.h	\
+	kapi-compat/include/i_mutex.h			\
 	kapi-compat/include/journal_access.h		\
 	kapi-compat/include/kref_init.h			\
 	kapi-compat/include/kref_put.h			\



More information about the Ocfs2-commits mailing list