commit | d5bb23be626387b11edc35d36b2571c34e7013f4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Sep 20 20:10:49 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 20 20:10:49 2019 -0600 |
tree | 8178c0ac8f19d0e48060d8f017ccdfc9a914d5f2 | |
parent | 3ad9074b7962e1ce97f744534650fbf14d32f465 [diff] |
Get rid of memset() for command prep helpers Also unify all the command prep helpers, so they all use the same core function for setting up the commands. It was a bit hit and miss before this change if it was done manually, or through a helper. Signed-off-by: Jens Axboe <axboe@kernel.dk>