CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/21 23:26:34
Modified files:
sys/scsi : st.c
Log message:
In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL,
set st->media_fileno and st->media_blkno before returning. Not sure
if this is needed or even really correct, but it's an unintentional
behavior change due to removing scsi_scsi_cmd().
ok dlg@
