ov_magic
op->ov_magic = MAGIC;
ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
if (op->ov_magic != MAGIC)
if (op->ov_magic == MAGIC) {