biosdisk.c should not set d_opendata.

Same as 330807, d_opendata is owned by open_disk and we should not
set it.

M    stand/i386/libi386/biosdisk.c
This commit is contained in:
tsoome 2018-03-13 09:58:29 +00:00
parent edf2293a55
commit 3fa80706a5

View File

@ -404,7 +404,6 @@ bd_open(struct open_file *f, ...)
*/
disk.dd.d_dev = dev->dd.d_dev;
disk.dd.d_unit = dev->dd.d_unit;
disk.dd.d_opendata = NULL;
disk.d_slice = -1;
disk.d_partition = -1;
disk.d_offset = 0;