alistair23-linux/drivers/scsi/osd
Christoph Hellwig e806402130 block: split out request-only flags into a new namespace
A lot of the REQ_* flags are only used on struct requests, and only of
use to the block layer and a few drivers that dig into struct request
internals.

This patch adds a new req_flags_t rq_flags field to struct request for
them, and thus dramatically shrinks the number of common requests.  It
also removes the unfortunate situation where we have to fit the fields
from the same enum into 32 bits for struct bio and 64 bits for
struct request.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Shaun Tancheff <shaun.tancheff@seagate.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-10-28 08:45:17 -06:00
..
Kbuild Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
Kconfig Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
osd_debug.h Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
osd_initiator.c block: split out request-only flags into a new namespace 2016-10-28 08:45:17 -06:00
osd_uld.c scsi: remove scsi_driver owner field 2014-11-24 20:01:28 +01:00