commit | b42171ef7d938a66fa52e66a3d911ed63770b5ca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 17 22:37:17 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue May 05 13:40:05 2015 -0600 |
tree | 71111507d961b572397dd453d8b9435d61eeacb2 | |
parent | 4f8c9510ba71bb54477841bebb90154ef140860f [diff] |
block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h These values are only used by the IDE driver, so move them into it by allowing drivers to take cmd_type values after the first private one. Note that we have to turn cmd_type into a plain unsigned integer so that gcc doesn't complain about mismatching enum types. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>