From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753327AbbEMG3v (ORCPT ); Wed, 13 May 2015 02:29:51 -0400 Received: from verein.lst.de ([213.95.11.211]:48449 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956AbbEMG3s (ORCPT ); Wed, 13 May 2015 02:29:48 -0400 Date: Wed, 13 May 2015 08:29:46 +0200 From: Christoph Hellwig To: "Nicholas A. Bellinger" Cc: target-devel , linux-scsi , linux-kernel , Hannes Reinecke , Christoph Hellwig , Sagi Grimberg , Nicholas Bellinger Subject: Re: [PATCH 00/12] target: TPG/NodeACL LUN table conversion to RCU hlist Message-ID: <20150513062946.GA21657@lst.de> References: <1431422736-29125-1-git-send-email-nab@daterainc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431422736-29125-1-git-send-email-nab@daterainc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 to a tree or hash structure in the future that should be easy to manage.