diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2006-10-12 15:08:45 +0200 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-10-12 15:08:51 +0200 |
commit | cea2885a2e989d1dc19af1fc991717b33b7d1456 (patch) | |
tree | 180b207aa08b5229620a12baa66e8c579d68a925 /include | |
parent | c5841642242e9ae817275e09b36b298456dc17d2 (diff) | |
download | talos-obmc-linux-cea2885a2e989d1dc19af1fc991717b33b7d1456.tar.gz talos-obmc-linux-cea2885a2e989d1dc19af1fc991717b33b7d1456.zip |
[PATCH] ide-cd: fix breakage with internally queued commands
We still need to maintain a private PC style command, since it
isn't completely unified with REQ_TYPE_BLOCK_PC yet.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 26f7856ff812..d370d2cfe138 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -157,6 +157,7 @@ enum rq_cmd_type_bits { REQ_TYPE_ATA_CMD, REQ_TYPE_ATA_TASK, REQ_TYPE_ATA_TASKFILE, + REQ_TYPE_ATA_PC, }; /* |