[Ocfs2-commits] mfasheh commits r2188 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 26 22:25:56 CDT 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-04-26 22:25:54 -0500 (Tue, 26 Apr 2005)
New Revision: 2188

Modified:
   trunk/fs/ocfs2/inode.c
Log:
* remove a useless warning - the code it worries about has been
  checked.

Signed-off-by: manish



Modified: trunk/fs/ocfs2/inode.c
===================================================================
--- trunk/fs/ocfs2/inode.c	2005-04-27 03:22:10 UTC (rev 2187)
+++ trunk/fs/ocfs2/inode.c	2005-04-27 03:25:54 UTC (rev 2188)
@@ -968,7 +968,6 @@
 	int status;
 	ocfs2_dinode *fe = (ocfs2_dinode *) bh->b_data;
 
-#warning "need to check the casts and the endian-ness in this function"
 	mlog_entry("(inode %"MLFu64")\n", OCFS_I(inode)->ip_blkno);
 
 	status = ocfs_journal_access(handle, inode, bh,



More information about the Ocfs2-commits mailing list