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)
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>

No differences found