[Ocfs2-commits] jlbec commits r1050 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 10 21:42:58 CDT 2004


Author: jlbec
Date: 2004-06-10 20:42:56 -0500 (Thu, 10 Jun 2004)
New Revision: 1050

Modified:
   branches/format-changes/src/journal.c
Log:

o Include linux/smp_lock.h for lock_kernel() in ocfs_journal_start()



Modified: branches/format-changes/src/journal.c
===================================================================
--- branches/format-changes/src/journal.c	2004-06-11 01:32:03 UTC (rev 1049)
+++ branches/format-changes/src/journal.c	2004-06-11 01:42:56 UTC (rev 1050)
@@ -80,6 +80,8 @@
  * #included.
  */
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
+#include <linux/smp_lock.h>
+
 static inline handle_t *ocfs_journal_start(journal_t *journal, int nblocks)
 {
 	handle_t *h;



More information about the Ocfs2-commits mailing list