[Ocfs2-commits] khackel commits r1442 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Sep 9 13:58:54 CDT 2004
Author: khackel
Date: 2004-09-09 13:58:52 -0500 (Thu, 09 Sep 2004)
New Revision: 1442
Modified:
trunk/src/nm.c
Log:
forgot to deref status
Modified: trunk/src/nm.c
===================================================================
--- trunk/src/nm.c 2004-09-09 08:03:26 UTC (rev 1441)
+++ trunk/src/nm.c 2004-09-09 18:58:52 UTC (rev 1442)
@@ -997,7 +997,7 @@
*status = ocfs_read_bh(osb, lock_id, &fe_bh, OCFS_BH_CACHED,
inode);
- if (status < 0) {
+ if (*status < 0) {
LOG_ERROR_STATUS ((*status));
return *status;
}
More information about the Ocfs2-commits
mailing list