diff options
| -rw-r--r-- | drivers/ide/ide-io.c | 6 | ||||
| -rw-r--r-- | include/linux/ide.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 5275cbb1afe9..ecfafcdafea4 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
| @@ -1629,12 +1629,6 @@ EXPORT_SYMBOL(ide_init_drive_cmd); | |||
| 1629 | * for the new rq to be completed. This is VERY DANGEROUS, and is | 1629 | * for the new rq to be completed. This is VERY DANGEROUS, and is |
| 1630 | * intended for careful use by the ATAPI tape/cdrom driver code. | 1630 | * intended for careful use by the ATAPI tape/cdrom driver code. |
| 1631 | * | 1631 | * |
| 1632 | * If action is ide_next, then the rq is queued immediately after | ||
| 1633 | * the currently-being-processed-request (if any), and the function | ||
| 1634 | * returns without waiting for the new rq to be completed. As above, | ||
| 1635 | * This is VERY DANGEROUS, and is intended for careful use by the | ||
| 1636 | * ATAPI tape/cdrom driver code. | ||
| 1637 | * | ||
| 1638 | * If action is ide_end, then the rq is queued at the end of the | 1632 | * If action is ide_end, then the rq is queued at the end of the |
| 1639 | * request queue, and the function returns immediately without waiting | 1633 | * request queue, and the function returns immediately without waiting |
| 1640 | * for the new rq to be completed. This is again intended for careful | 1634 | * for the new rq to be completed. This is again intended for careful |
diff --git a/include/linux/ide.h b/include/linux/ide.h index e74ee4f7fcdc..a39c3c59789d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -1201,7 +1201,6 @@ extern u64 ide_get_error_location(ide_drive_t *, char *); | |||
| 1201 | */ | 1201 | */ |
| 1202 | typedef enum { | 1202 | typedef enum { |
| 1203 | ide_wait, /* insert rq at end of list, and wait for it */ | 1203 | ide_wait, /* insert rq at end of list, and wait for it */ |
| 1204 | ide_next, /* insert rq immediately after current request */ | ||
| 1205 | ide_preempt, /* insert rq in front of current request */ | 1204 | ide_preempt, /* insert rq in front of current request */ |
| 1206 | ide_head_wait, /* insert rq in front of current request and wait for it */ | 1205 | ide_head_wait, /* insert rq in front of current request and wait for it */ |
| 1207 | ide_end /* insert rq at end of list, but don't wait for it */ | 1206 | ide_end /* insert rq at end of list, but don't wait for it */ |
