summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-07 05:19:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-07 05:19:37 +0000
commit2f42e30f80fd885d2f65e8b446aa7e1aa09a26d3 (patch)
tree96b5fb03ad24e3911e6403cc7c9fb79391408ec9 /sys/arch/pmax
parente72bc6cfb01f6959670a5c80130f0167065eedd7 (diff)
don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the generic scsi system
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/dev/rz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c
index bbad670e208..a346d6dabe0 100644
--- a/sys/arch/pmax/dev/rz.c
+++ b/sys/arch/pmax/dev/rz.c
@@ -958,7 +958,6 @@ rzclose(dev, flags, mode, p)
while (sc->sc_tab.b_actf)
sleep((caddr_t)&sc->sc_tab, PZERO - 1);
splx(s);
- sc->sc_flags &= ~RZF_WLABEL;
}
return (0);
}