at bugfix - openct only increased on opens when 0, openct always decreased
on closes.. this causes partition tables not to be re-read sometimes.. this causes mayhem..
This commit is contained in:
parent
55f90307d2
commit
b993f51980
1 changed files with 1 additions and 1 deletions
|
@ -388,8 +388,8 @@ message *m_ptr;
|
|||
|
||||
/* Partition the disk. */
|
||||
partition(&w_dtab, w_drive * DEV_PER_DRIVE, P_PRIMARY, wn->state & ATAPI);
|
||||
wn->open_ct++;
|
||||
}
|
||||
wn->open_ct++;
|
||||
return(OK);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue