From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch] cld: return more correct codes Date: Thu, 27 Aug 2009 15:39:27 -0400 Message-ID: <4A96E0EF.3000901@garzik.org> References: <20090827125407.3a810c48@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090827125407.3a810c48@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 08/27/2009 02:54 PM, Pete Zaitcev wrote: > When doing "ls /foo" in cldcli currently, server reports "invalid inode > number". But in fact it's a name that's incorrect, all numbers are fine. > It seems we need to return "invalid name" afer we looked up by name, > and "invalid number" after we looked up by number (this is ok now and > not changed by the patch). > > Signed-off-by: Pete Zaitcev applied