Kent Overstreet d377535405 dm: Use kzalloc for all structs with embedded biosets/mempools
mempool_init()/bioset_init() require that the mempools/biosets be zeroed
first; they probably should not _require_ this, but not allocating those
structs with kzalloc is a fairly nonsensical thing to do (calling
mempool_exit()/bioset_exit() on an uninitialized mempool/bioset is legal
and safe, but only works if said memory was zeroed.)

Acked-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-06-05 08:47:43 -06:00
..
2018-06-04 07:58:06 -07:00
2018-04-30 11:51:39 -04:00
2018-06-04 07:58:06 -07:00
2018-04-10 10:25:57 -07:00
2018-04-10 10:25:57 -07:00
2016-11-01 09:43:26 -06:00
2018-05-04 10:35:20 -04:00
2018-04-10 10:25:57 -07:00
2017-06-09 09:27:32 -06:00
2018-06-04 07:58:06 -07:00
2018-01-17 09:16:00 -05:00