Re: [PATCH 20/32] target: Convert to rbtree for se_lun list in se_portal_group

2013-12-16 Thread Nicholas A. Bellinger
On Fri, 2013-12-13 at 15:59 -0800, Andy Grover wrote: > As with previous commit, this results in less average memory use, and > allows lun count to no longer be restrained by the array size. > NAK for the same reasons as the previous patch. rbtree introduces many extra memory addresses for point

[PATCH 20/32] target: Convert to rbtree for se_lun list in se_portal_group

2013-12-13 Thread Andy Grover
As with previous commit, this results in less average memory use, and allows lun count to no longer be restrained by the array size. Remove array_free and array_zalloc. For some reason, sbp fabric needs core_search lun, so export it for now. Remove core_alloc_lun, it duplicates core_tpg_alloc_lu