Date: Fri, 31 Jul 1998 02:00:39 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/scsi st.c Message-ID: <199807310900.CAA07036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/07/31 02:00:39 PDT
Modified files:
sys/scsi st.c
Log:
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 <ath@niksun.com>
Revision Changes Path
1.92 +4 -3 src/sys/scsi/st.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807310900.CAA07036>
