Changed outdated comments

This commit is contained in:
2006-09-23 08:29:19 +00:00
parent 6050cff6c2
commit 1de5adb7b6
2 changed files with 3 additions and 10 deletions

View File

@@ -126,9 +126,7 @@ void ata_enumerate(void)
/* ts A60813
O_EXCL with block devices is an unpublished feature
of Linux kernels. Possibly introduced 2002.
It can only be used if libburn stops opening several
file descriptor on the same block device.
See comment in sg_grab() */
Mentioned in "The Linux SCSI Generic (sg) HOWTO" */
if(burn_sg_open_o_excl)
open_mode |= O_EXCL;
/* ts A60813
@@ -195,9 +193,7 @@ void sg_enumerate(void)
/* ts A60813
O_EXCL with block devices is an unpublished feature
of Linux kernels. Possibly introduced 2002.
It can only be used if libburn stops opening several
file descriptor on the same block device.
See comment in sg_grab() */
Mentioned in "The Linux SCSI Generic (sg) HOWTO" */
if(burn_sg_open_o_excl)
open_mode |= O_EXCL;
/* ts A60813