diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-07 05:19:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-07 05:19:37 +0000 |
commit | 2f42e30f80fd885d2f65e8b446aa7e1aa09a26d3 (patch) | |
tree | 96b5fb03ad24e3911e6403cc7c9fb79391408ec9 /sys/arch/pmax | |
parent | e72bc6cfb01f6959670a5c80130f0167065eedd7 (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.c | 1 |
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); } |