[Ocfs2-commits] jlbec commits r2057 - trunk/fs/ocfs2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Mar 25 19:15:39 CST 2005
Author: jlbec
Signed-off-by: mfasheh
Date: 2005-03-25 19:15:38 -0600 (Fri, 25 Mar 2005)
New Revision: 2057
Modified:
trunk/fs/ocfs2/ocfs2_fs.h
Log:
o On ia64, si_flags is a #define for siginfo. Change our name.
Signed-off-by: mfasheh
Modified: trunk/fs/ocfs2/ocfs2_fs.h
===================================================================
--- trunk/fs/ocfs2/ocfs2_fs.h 2005-03-26 00:08:00 UTC (rev 2056)
+++ trunk/fs/ocfs2/ocfs2_fs.h 2005-03-26 01:15:38 UTC (rev 2057)
@@ -123,7 +123,7 @@
struct ocfs2_system_inode_info {
char *si_name;
- int si_flags;
+ int si_iflags;
int si_mode;
};
More information about the Ocfs2-commits
mailing list