[Ocfs2-commits] manish commits r2250 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 16 20:13:30 CDT 2005


Author: manish
Signed-off-by: mfasheh
Date: 2005-05-16 20:13:29 -0500 (Mon, 16 May 2005)
New Revision: 2250

Modified:
   trunk/fs/ocfs2/cluster/tcp.c
Log:
Don't rely on implicit compat includes

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/cluster/tcp.c
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.c	2005-05-17 00:27:24 UTC (rev 2249)
+++ trunk/fs/ocfs2/cluster/tcp.c	2005-05-17 01:13:29 UTC (rev 2250)
@@ -94,6 +94,7 @@
 #include <linux/proc_fs.h>
 #include <linux/file.h>
 #include <linux/kthread.h>
+#include <linux/kref.h>
 
 #include <asm/uaccess.h>
 



More information about the Ocfs2-commits mailing list