commit | 4aff5e2333c9a1609662f2091f55c3f6fffdad36 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Aug 10 08:44:47 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:23:37 2006 +0200 |
tree | b73d8c2b7c1bdc03d3313c108da7dfc95ee95525 | |
parent | 77ed74da26f50fa28471571ee7a2251b77526d84 [diff] |
[PATCH] Split struct request ->flags into two parts Right now ->flags is a bit of a mess: some are request types, and others are just modifiers. Clean this up by splitting it into ->cmd_type and ->cmd_flags. This allows introduction of generic Linux block message types, useful for sending generic Linux commands to block devices. Signed-off-by: Jens Axboe <axboe@suse.de>