[Ocfs2-tools-commits] jlbec commits r738 - in trunk: libocfs2/include tunefs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 25 19:18:19 CST 2005


Author: jlbec
Date: 2005-03-25 19:18:17 -0600 (Fri, 25 Mar 2005)
New Revision: 738

Modified:
   trunk/libocfs2/include/ocfs2_fs.h
   trunk/tunefs.ocfs2/tunefs.c
Log:

o On ia64, si_flags is a #define.  Change to si_iflags.



Modified: trunk/libocfs2/include/ocfs2_fs.h
===================================================================
--- trunk/libocfs2/include/ocfs2_fs.h	2005-03-26 00:05:53 UTC (rev 737)
+++ trunk/libocfs2/include/ocfs2_fs.h	2005-03-26 01:18:17 UTC (rev 738)
@@ -123,7 +123,7 @@
 
 struct ocfs2_system_inode_info {
 	char	*si_name;
-	int	si_flags;
+	int	si_iflags;
 	int	si_mode;
 };
 

Modified: trunk/tunefs.ocfs2/tunefs.c
===================================================================
--- trunk/tunefs.ocfs2/tunefs.c	2005-03-26 00:05:53 UTC (rev 737)
+++ trunk/tunefs.ocfs2/tunefs.c	2005-03-26 01:18:17 UTC (rev 738)
@@ -345,7 +345,7 @@
 			/* create inode for system file */
 			ret =  ocfs2_new_system_inode(fs, &blkno,
 						      ocfs2_system_inodes[i].si_mode,
-						      ocfs2_system_inodes[i].si_flags);
+						      ocfs2_system_inodes[i].si_iflags);
 			if (ret)
 				goto bail;
 



More information about the Ocfs2-tools-commits mailing list