diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 5c3d19539ba..1168cc03053 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -596,9 +596,8 @@ vnclear(struct vn_softc *vn) vn->sc_vp = (struct vnode *)0; vn->sc_cred = (struct ucred *)0; vn->sc_size = 0; - IFOPT(vn, VN_LABELS) - if (vn->sc_slices != NULL) - dsgone(&vn->sc_slices); + if (vn->sc_slices != NULL) + dsgone(&vn->sc_slices); } static int