Skip to content
  • Jens Axboe's avatar
    [PATCH] Split struct request ->flags into two parts · 4aff5e23
    Jens Axboe authored
    
    
    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: default avatarJens Axboe <axboe@suse.de>
    4aff5e23