ide-cd: temporary tray close fix
This one fixes http://bugzilla.kernel.org/show_bug.cgi?id=11602. A more generic fix for drives which cannot autoclose tray will follow. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Cc: Jens Axboe <jens.axboe@oracle.com> [bart: add an extra parentheses for consistency with the rest of kernel code] Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
fec6ed1d1f
commit
f20f258603
@ -366,7 +366,9 @@ enum {
|
||||
/* Currently on a filemark */
|
||||
IDE_AFLAG_FILEMARK = (1 << 25),
|
||||
/* 0 = no tape is loaded, so we don't rewind after ejecting */
|
||||
IDE_AFLAG_MEDIUM_PRESENT = (1 << 26)
|
||||
IDE_AFLAG_MEDIUM_PRESENT = (1 << 26),
|
||||
|
||||
IDE_AFLAG_NO_AUTOCLOSE = (1 << 27),
|
||||
};
|
||||
|
||||
struct ide_drive_s {
|
||||
|
Reference in New Issue
Block a user