From owner-cvs-all Fri Jul 31 02:00:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24158 for cvs-all-outgoing; Fri, 31 Jul 1998 02:00:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24152; Fri, 31 Jul 1998 02:00:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07036; Fri, 31 Jul 1998 02:00:39 -0700 (PDT) Date: Fri, 31 Jul 1998 02:00:39 -0700 (PDT) Message-Id: <199807310900.CAA07036@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/scsi st.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 Revision Changes Path 1.92 +4 -3 src/sys/scsi/st.c