Re: [PATCH 00/12] target: TPG/NodeACL LUN table conversion to RCU hlist

2015-05-12 Thread Christoph Hellwig
Thanks, I like this approach. Getting rid of the array defintively helps, and while I don't think the linked list will be enough to scale in the long run the actual data structure is abstracted away from most code (even more so with the remaining review comment fixed), so even if we need to move t

[PATCH 00/12] target: TPG/NodeACL LUN table conversion to RCU hlist

2015-05-12 Thread Nicholas A. Bellinger
From: Nicholas Bellinger Hi all, This patch converts target-core from traditional fixed size arrays for TPG LUN and NodeACL MappedLUNs tables to modern read-copy-update (RCU) logic using hlist_head primitives. This includes the changes necessary for performing se_dev_entry + se_lun allocation +