]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Change kcalloc to kzalloc
authorMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 10:47:06 +0000 (05:47 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 11:15:47 +0000 (06:15 -0500)
commit8860cb377679d1e3afb6993f2498a72779b27fa0
treefbfced6e19ab08b28fe6bfd01f4dbdfa98e8f6b5
parent3939a7fd0b94f11f376670592b2845451569675c
maple_tree: Change kcalloc to kzalloc

We were allocating too much memory here.  Found by inspection, and I
can't think of a way to write a test to catch this class of problem.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/maple_tree.c