[RFC PATCH v2 7/7] lib/dlock-list: Use the per-subnode APIs for managing lists

2016-07-11 Thread Waiman Long
This patch modifies the dlock-list to use the per-subnode APIs to manage the distributed lists. As a result, the number of lists that need to be iterated in dlock_list_iterate() will be reduced at least by half making the iteration a bit faster. Signed-off-by: Waiman Long

[RFC PATCH v2 7/7] lib/dlock-list: Use the per-subnode APIs for managing lists

2016-07-11 Thread Waiman Long
This patch modifies the dlock-list to use the per-subnode APIs to manage the distributed lists. As a result, the number of lists that need to be iterated in dlock_list_iterate() will be reduced at least by half making the iteration a bit faster. Signed-off-by: Waiman Long ---