From: Jens Axboe Date: Thu, 10 Aug 2006 06:44:47 +0000 (+0200) Subject: [PATCH] Split struct request ->flags into two parts X-Git-Tag: v2.6.19-rc1~640^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aff5e2333c9a1609662f2091f55c3f6fffdad36;p=pandora-kernel.git [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 --- Reading git-diff-tree failed