]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: make rq->cmd_flags be 64-bit
authorJens Axboe <axboe@kernel.dk>
Thu, 23 May 2013 10:25:08 +0000 (12:25 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2013 10:55:59 +0000 (11:55 +0100)
commit5953316dbf90067ebdeca626c34488bc166b73a8
tree730871975e089bf4a53e8625ac8a5198fd678c8d
parentc84a83e2aaab02a5ca64a982aa55342784934479
block: make rq->cmd_flags be 64-bit

We have officially run out of flags in a 32-bit space. Extend it
to 64-bit even on 32-bit archs.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
drivers/block/floppy.c
drivers/scsi/sd.c
include/linux/blk_types.h
include/linux/blkdev.h