K 10 svn:author V 3 phk K 8 svn:date V 27 1998-07-31T09:00:39.000000Z K 7 svn:log V 332 In sys/scsi/st.c, st_close() does not check for errors from calling st_write_filemarks(). This means that it is possible to write a file on the tape for which all the writes and the close return without errors, but the all bits did not make it onto the tape. PR: 741 Reviewed by: phk Submitted by: Andrew Heybey END