[Ocfs2-commits] manish commits r1190 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 22 19:03:06 CDT 2004


Author: manish
Date: 2004-06-22 18:03:04 -0500 (Tue, 22 Jun 2004)
New Revision: 1190

Modified:
   trunk/src/symlink.c
Log:
#include inode.h for ocfs_inode_revalidate


Modified: trunk/src/symlink.c
===================================================================
--- trunk/src/symlink.c	2004-06-22 23:02:50 UTC (rev 1189)
+++ trunk/src/symlink.c	2004-06-22 23:03:04 UTC (rev 1190)
@@ -44,6 +44,7 @@
 #include "ocfs.h"
 
 #include "file.h"
+#include "inode.h"
 #include "symlink.h"
 
 #define OCFS_DEBUG_CONTEXT    OCFS_DEBUG_CONTEXT_SYMLINK



More information about the Ocfs2-commits mailing list