From: Jörn Engel Date: Thu, 15 Mar 2012 19:05:40 +0000 (-0400) Subject: target: Use array_zalloc for device_list X-Git-Tag: v3.4-rc1~146^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2083241f23722207676025abbb45a301d412e69;p=pandora-kernel.git target: Use array_zalloc for device_list Turns an order-8 allocation into slab-sized ones, thereby preventing allocation failures with memory fragmentation. This likely saves memory as well, as the slab allocator can pack objects more tightly than the buddy allocator. (nab: Fix lio-core patch fuzz) Signed-off-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed