Release the held refcount on the probe periph when probing is
done, now that r327741 lets this happen. Obtained from: Netflix
This commit is contained in:
parent
ea3dced8e2
commit
5b15d0d7c9
@ -318,8 +318,7 @@ nvme_probe_start(struct cam_periph *periph, union ccb *start_ccb)
|
||||
xpt_done(start_ccb);
|
||||
}
|
||||
cam_periph_invalidate(periph);
|
||||
/* Can't release periph since we hit a (possibly bogus) assertion */
|
||||
// cam_periph_release_locked(periph);
|
||||
cam_periph_release_locked(periph);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user