[Ocfs2-commits] mfasheh commits r1437 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Sep 8 18:53:49 CDT 2004
Author: mfasheh
Date: 2004-09-08 18:53:47 -0500 (Wed, 08 Sep 2004)
New Revision: 1437
Modified:
trunk/src/file.c
Log:
* un-obfuscate the write_bhs line in extend_file.
Modified: trunk/src/file.c
===================================================================
--- trunk/src/file.c 2004-09-08 15:51:03 UTC (rev 1436)
+++ trunk/src/file.c 2004-09-08 23:53:47 UTC (rev 1437)
@@ -1182,8 +1182,7 @@
break;
//LOG_TRACE_ARGS("writing %d blocks\n", i);
- status = ocfs_write_bhs(osb, bhs, i,
- system_file ? inode : NULL);
+ status = ocfs_write_bhs(osb, bhs, i, inode);
if (status) {
LOG_ERROR_STATUS(status);
break;
More information about the Ocfs2-commits
mailing list