From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] chunkd: return known to array Date: Wed, 05 Aug 2009 04:59:37 -0400 Message-ID: <4A7949F9.60607@garzik.org> References: <20090805013119.71e417d2@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090805013119.71e417d2@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List Pete Zaitcev wrote: > The .known is the array management item which has no business in > a list-managed struct. Phase 1: return it where it was. In phase 2 > we will drop it from cldc_host. Then perhaps change array to a > circular list. > > Signed-off-by: Pete Zaitcev applied 1-2