commit | af76e555e5e29e08eb8ac1f7878e23dbf0d6741f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 06 12:12:45 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 09 08:43:49 2014 -0600 |
tree | f583d3360eebfb37413f5e8e350c146bac591ada | |
parent | 9fccfed8f0cad9b79575a87c45d6f5f6ee05bb66 [diff] |
blk-mq: initialize struct request fields individually This allows us to avoid a non-atomic memset over ->atomic_flags as well as killing lots of duplicate initializations. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>