commit | 6f3b0e8bcf3cbb87a7459b3ed018d31d918df3f8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 26 09:13:05 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 01 10:53:59 2015 -0700 |
tree | 78520f9313db6743cb1ba6feb805120e80113a8d | |
parent | d7cf931dd9f18ce8ee7a0a9b7813a19fb2c8f5e9 [diff] |
blk-mq: add a flags parameter to blk_mq_alloc_request We already have the reserved flag, and a nowait flag awkwardly encoded as a gfp_t. Add a real flags argument to make the scheme more extensible and allow for a nicer calling convention. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>