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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun May 16 12:58:37 CDT 2004


Author: manish
Date: 2004-05-16 11:58:35 -0500 (Sun, 16 May 2004)
New Revision: 915

Modified:
   trunk/src/inode.c
Log:
Simple compile fix in ocfs_find_actor


Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c	2004-05-16 16:57:44 UTC (rev 914)
+++ trunk/src/inode.c	2004-05-16 16:58:35 UTC (rev 915)
@@ -594,7 +594,7 @@
 		goto bail;
 
 	args = (ocfs_find_inode_args *) opaque;
-	if (args.ino == OCFS_ROOT_INODE_NUMBER) {
+	if (args->ino == OCFS_ROOT_INODE_NUMBER) {
 		printk("find_actor: asked about root inode\n");
 		goto bail;
 	}



More information about the Ocfs2-commits mailing list