| commit | 33659ebbae262228eef4e0fe990f393d1f0ed941 | [log] [tgz] |
|---|---|---|
| author | Christoph Hellwig <hch@lst.de> | Sat Aug 07 18:17:56 2010 +0200 |
| committer | Jens Axboe <jaxboe@fusionio.com> | Sat Aug 07 18:17:56 2010 +0200 |
| tree | fcb537f09359c8dad3a6f6e16dc4319562dc42cc | |
| parent | 7e005f79791dcd58436c88ded4a7f5aed1b82147 [diff] |
block: remove wrappers for request type/flags Remove all the trivial wrappers for the cmd_type and cmd_flags fields in struct requests. This allows much easier grepping for different request types instead of unwinding through macros. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>