From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch] libcldc: correct length checks in open_end_cb Date: Wed, 12 Aug 2009 06:05:16 -0400 Message-ID: <4A8293DC.1060900@garzik.org> References: <20090811232835.73055227@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090811232835.73055227@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: > Without this patch, open errors cannot be delivered to application > and opens get stuck forever. Also, who added -EINVAL again?! Stop > doing that, the user wants to know what failed: syscall or CLD protocol. > > Signed-Off-By: Pete Zaitcev applied