[PATCH] Split struct request ->flags into two parts
authorJens Axboe <axboe@suse.de>
Thu, 10 Aug 2006 06:44:47 +0000 (08:44 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:23:37 +0000 (20:23 +0200)
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>

No differences found