Fix typo.
MFC after: 2 weeks
This commit is contained in:
parent
51c5d0078d
commit
698449e746
@ -168,7 +168,7 @@ g_vfs_strategy(struct bufobj *bo, struct buf *bp)
|
||||
sc = cp->geom->softc;
|
||||
|
||||
/*
|
||||
* If the provider has orphaned us, just return EXIO.
|
||||
* If the provider has orphaned us, just return ENXIO.
|
||||
*/
|
||||
mtx_lock(&sc->sc_mtx);
|
||||
if (sc->sc_orphaned) {
|
||||
|
Loading…
Reference in New Issue
Block a user