commit | cea2885a2e989d1dc19af1fc991717b33b7d1456 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 12 15:08:45 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Thu Oct 12 15:08:51 2006 +0200 |
tree | 180b207aa08b5229620a12baa66e8c579d68a925 | |
parent | c5841642242e9ae817275e09b36b298456dc17d2 [diff] [blame] |
[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>
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 26f7856..d370d2c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h
@@ -157,6 +157,7 @@ REQ_TYPE_ATA_CMD, REQ_TYPE_ATA_TASK, REQ_TYPE_ATA_TASKFILE, + REQ_TYPE_ATA_PC, }; /*