[Ocfs2-commits] manish commits r2426 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 28 16:07:43 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-06-24 01:32:59 -0500 (Fri, 24 Jun 2005)
New Revision: 2426

Modified:
   trunk/fs/ocfs2/uptodate.c
Log:
Need explicity jbd header include

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/uptodate.c
===================================================================
--- trunk/fs/ocfs2/uptodate.c	2005-06-24 02:30:36 UTC (rev 2425)
+++ trunk/fs/ocfs2/uptodate.c	2005-06-24 06:32:59 UTC (rev 2426)
@@ -53,6 +53,7 @@
 #include <linux/highmem.h>
 #include <linux/buffer_head.h>
 #include <linux/rbtree.h>
+#include <linux/jbd.h>
 
 #define MLOG_MASK_PREFIX ML_UPTODATE
 



More information about the Ocfs2-commits mailing list