From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [chunkd patch 6/6] Make cli_wr_set_poll bool Date: Tue, 25 May 2010 18:25:37 -0400 Message-ID: <4BFC4E61.10101@garzik.org> References: <20100520225448.49db8ac6@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=kRflMi4u0inNmMq45SXSSVzd0F03ZUnZvb9mWMDT0Ok=; b=itdLhq2bvfBE5ARw3Xk7bDMLH2iQpVzFw3RfRkUL1HVx03V5I+lh9x8Nu0jfrNWtqw ZXn/hJWXZzeMcf7RqYJDafAL4i9W6z7R087NqnMuvc8InOySEEicXTwyKDAiTUc/gXsr LN4eMrdd4GtE4su6KXEvkjk4npelWG6GSjPVU= In-Reply-To: <20100520225448.49db8ac6@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 On 05/21/2010 12:54 AM, Pete Zaitcev wrote: > The upside of this cleanup is an ease of reading and evaluating with > fewer control paths. > > [This patch will only work if patch 2/6 is applied. Sorry.] > > Signed-off-by: Pete Zaitcev > > --- > server/chunkd.h | 2 +- > server/object.c | 3 +-- > server/server.c | 18 +++++------------- > 3 files changed, 7 insertions(+), 16 deletions(-) ITYM "Make cli_wr_set_poll void"