dssetmask() was being called too early, causing the disk layer to believe
commit9d99f4693f55168cc078dc6a8322fa17e7edcc89
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 23 Jul 2007 19:53:34 +0000 (23 19:53 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 23 Jul 2007 19:53:34 +0000 (23 19:53 +0000)
treef3fb74db72c76df88e4777891494051a7005fe5e
parentfe3944df7f9ad249862eaab61387fc6c04a5ab49
dssetmask() was being called too early, causing the disk layer to believe
the disk was open when in fact it was not, in certain cases where the
disk open fails.
sys/kern/subr_diskslice.c