summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
authorJens Axboe2010-06-18 12:10:18 +0200
committerJens Axboe2010-08-07 18:22:26 +0200
commit15fa6e81650a167f82dc0d478f290f1cffa9183d (patch)
tree3f7c13c2bd7f8b330c9820641dd253f23c89ef07 /drivers/ide/ide-io.c
parentblock: unify flags for struct bio and struct request (diff)
downloadkernel-qcow2-linux-15fa6e81650a167f82dc0d478f290f1cffa9183d.tar.gz
kernel-qcow2-linux-15fa6e81650a167f82dc0d478f290f1cffa9183d.tar.xz
kernel-qcow2-linux-15fa6e81650a167f82dc0d478f290f1cffa9183d.zip
virtio_blk: add default case to cmd type switch
On compilation, gcc correctly detects that we do not handle all types: In function ‘blk_done’: warning: enumeration value ‘REQ_TYPE_FS’ not handled in switch warning: enumeration value ‘REQ_TYPE_SENSE’ not handled in switch warning: enumeration value ‘REQ_TYPE_PM_SUSPEND’ not handled in switch warning: enumeration value ‘REQ_TYPE_PM_RESUME’ not handled in switch warning: enumeration value ‘REQ_TYPE_PM_SHUTDOWN’ not handled in switch warning: enumeration value ‘REQ_TYPE_LINUX_BLOCK’ not handled in switch warning: enumeration value ‘REQ_TYPE_ATA_TASKFILE’ not handled in switch warning: enumeration value ‘REQ_TYPE_ATA_PC’ not handled in switch which is a bit pointless since this is at the end of the request processessing. Add a default case that just breaks out. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'drivers/ide/ide-io.c')
0 files changed, 0 insertions, 0 deletions