summaryrefslogtreecommitdiffstats
path: root/lib/ts_kmp.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-06-05 05:26:33 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-06 12:18:01 +0100
commit7ff8f2104cc9f371d64fc87a3f9a08e6e88f6614 (patch)
tree141d5bd9d79184bf13dd070c9e928ce3da105667 /lib/ts_kmp.c
parent37524335ac39dd4a77c305735c2ce5522278d674 (diff)
downloadlinux-stable-7ff8f2104cc9f371d64fc87a3f9a08e6e88f6614.tar.gz
linux-stable-7ff8f2104cc9f371d64fc87a3f9a08e6e88f6614.tar.bz2
linux-stable-7ff8f2104cc9f371d64fc87a3f9a08e6e88f6614.zip
dm: Use kzalloc for all structs with embedded biosets/mempools
[ Upstream commit d377535405686f735b90a8ad4ba269484cd7c96e ] 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>
Diffstat (limited to 'lib/ts_kmp.c')
0 files changed, 0 insertions, 0 deletions