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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Jun 19 01:16:09 CDT 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-06-19 01:16:08 -0500 (Sun, 19 Jun 2005)
New Revision: 2411

Modified:
   trunk/fs/ocfs2/seqnum.c
Log:
Need this for struct buffer_head definition

Signed-off-by: jlbec


Modified: trunk/fs/ocfs2/seqnum.c
===================================================================
--- trunk/fs/ocfs2/seqnum.c	2005-06-19 06:08:35 UTC (rev 2410)
+++ trunk/fs/ocfs2/seqnum.c	2005-06-19 06:16:08 UTC (rev 2411)
@@ -40,6 +40,7 @@
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/highmem.h>
+#include <linux/buffer_head.h>
 
 #define MLOG_MASK_PREFIX ML_SEQNUM
 



More information about the Ocfs2-commits mailing list