Files
linux/drivers/md
Kent Overstreet 7ff8f2104c dm: Use kzalloc for all structs with embedded biosets/mempools
[ Upstream commit d377535405 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-06 12:18:01 +01:00
..
2014-01-14 23:23:03 -05:00
2016-06-07 13:41:38 -06:00
2016-08-07 14:41:02 -06:00
2007-10-20 02:01:26 +01:00
2017-04-12 12:41:12 +02:00
2016-08-07 14:41:02 -06:00
2016-07-20 23:49:49 -04:00
2016-01-20 13:52:20 -08:00
2017-10-21 17:21:35 +02:00
2019-10-05 12:30:21 +02:00
2016-09-21 09:09:44 -07:00
2016-08-07 14:41:02 -06:00
2016-08-07 14:41:02 -06:00
2015-08-13 12:31:57 -06:00