]> Git Repo - linux.git/commit
block: make rq->cmd_flags be 64-bit
authorJens Axboe <[email protected]>
Thu, 23 May 2013 10:25:08 +0000 (12:25 +0200)
committerJens Axboe <[email protected]>
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 <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-core.c
drivers/block/floppy.c
drivers/scsi/sd.c
include/linux/blk_types.h
include/linux/blkdev.h
This page took 0.059285 seconds and 4 git commands to generate.