windows-undo-20050531

undo last change
This commit is contained in:
Jeffrey Altman 2005-05-31 21:33:52 +00:00
parent c4c2f33340
commit fa00cacf48

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;
} }