STABLE14-windows-undo-20050531

undo last change


(cherry picked from commit fa00cacf48e66c275604d616112e0b74932ace44)
This commit is contained in:
Jeffrey Altman 2005-05-31 21:34:26 +00:00
parent 23eeafd5fd
commit e584b7b287

View File

@ -670,7 +670,6 @@ long cm_SetupStoreBIOD(cm_scache_t *scp, osi_hyper_t *inOffsetp, long inSize,
osi_assertx(!(bufp->flags & CM_BUF_WRITING), osi_assertx(!(bufp->flags & CM_BUF_WRITING),
"WRITING w/o CMSTORING in SetupStoreBIOD"); "WRITING w/o CMSTORING in SetupStoreBIOD");
bufp->flags |= CM_BUF_WRITING; bufp->flags |= CM_BUF_WRITING;
cm_SyncOpDone(scp, bufp, flags);
break; break;
} }