All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 2.6.12 1/1] st: support ANSI end-of-volume processing
@ 2005-06-27 19:15 John W. Linville
  2005-06-27 19:43 ` Kai Makisara
  0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2005-06-27 19:15 UTC (permalink / raw)
  To: Kai.Makisara; +Cc: linux-scsi, Fabien.Collin, Jean-Philippe.Baud

The ANSI labelled tape standard specifies that the EOD on tape must be
preceeded by a trailer label.  If during writing your application hits
LEOT (Logical End Of Tape), it must be able to write the trailer label.
However with the default tape driver (st), you cannot write anything
after the LEOT. So the patch clears the error condition so that the
application can write the trailer label (there is some space available
on tape media between LEOT and PEOT=Physical End Of Tape).

Signed-off-by: Fabien Collin <Fabien.Collin@cern.ch>
Signed-off-by: Jean-Philippe Baud <Jean-Philippe.Baud@cern.ch>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
Original patch by Fabien Collin.  Description above by Jean-Philippe
Baud.  Patch monkeying by me...  Honestly, I don't know a lot about
this patch.  But, I am told it "works"...  If you have questions
regarding this, send them to me and I'll get an answer for you.

 drivers/scsi/st.c |    1 +
 1 files changed, 1 insertion(+)

diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -3440,6 +3440,7 @@ static int st_ioctl(struct inode *inode,
 		}
 
 		STp->recover_reg = 0;		/* Clear after read */
+		STps->eof = ST_NOEOF;
 		retval = 0;
 		goto out;
 	}			/* End of MTIOCGET */
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-27 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-27 19:15 [patch 2.6.12 1/1] st: support ANSI end-of-volume processing John W. Linville
2005-06-27 19:43 ` Kai Makisara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.