Date: Sat, 5 Dec 1998 15:24:37 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Message-ID: <199812052324.PAA03194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1998/12/05 15:24:37 PST
Modified files: (Branch: RELENG_2_2)
sys/isofs/cd9660 cd9660_vfsops.c
Log:
It appears that the wdc driver implements CDIOREADTOCENTRYS but not the
related CDIOREADTOCENTRY that is needed by iso_get_ssector(). This should
still be OK - iso_get_sector() traps the error and simply assumes a
single-session CD in this case - but unfortunately the error test is
wrong (because it is calling the driver's ioctl entry point directly, the
return value is zero or an errno value).
Submitted by: Andrew Gordon <arg@arg1.demon.co.uk>
Revision Changes Path
1.15.4.3 +3 -3 src/sys/isofs/cd9660/cd9660_vfsops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812052324.PAA03194>
