diff --git a/log.c b/log.c index 4530eee..a536917 100644 --- a/log.c +++ b/log.c @@ -220,7 +220,7 @@ log_write(struct buf *b) if (log.outstanding < 1) panic("log_write outside of trans"); - pushcli(); + for (i = 0; i < log.lh.n; i++) { if (log.lh.block[i] == b->blockno) // log absorption break;