LV_DEL
ASSERT((lvp->lv_flags & LV_DEL) == 0);
del->lv_flags |= LV_DEL;
if (--lvp->lv_refcnt == 0 && (lvp->lv_flags & LV_DEL)) {