]> git.karo-electronics.de Git - mv-sheeva.git/commit
target: Use array_zalloc for tpg_lun_list
authorJörn Engel <joern@logfs.org>
Thu, 15 Mar 2012 19:05:12 +0000 (15:05 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 16 Mar 2012 02:15:38 +0000 (19:15 -0700)
commit4a5a75f32dcbcd0b2685f74fd4ede26edf8765a9
tree9c05e0df5d2cfe06ed490ce763347f65aaf64c6a
parentb168fe8cfe530daabbdf632af4554600006a81a9
target: Use array_zalloc for tpg_lun_list

Turns an order-10 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.

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_device.c
drivers/target/target_core_tpg.c
include/target/target_core_backend.h
include/target/target_core_base.h