Allow lseek on osst to keep tar --verify happy
Linux Kernel Mailing List <[email protected]> Wed, 09 Mar 2005 12:43:38 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1568, 2005/03/09 09:43:38-03:00, [email protected] Allow lseek on osst to keep tar --verify happy osst.c | 1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/scsi/osst.c b/drivers/scsi/osst.c --- a/drivers/scsi/osst.c 2005-03-10 08:04:37 -08:00 +++ b/drivers/scsi/osst.c 2005-03-10 08:04:37 -08:00 @@ -5505,7 +5505,6 @@ read: osst_read, write: osst_write, ioctl: osst_ioctl, - llseek: no_llseek, open: os_scsi_tape_open, flush: os_scsi_tape_flush, release: os_scsi_tape_close,