From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Subject: Re: [PATCH] GFS2: Fix incorrect return code from gfs2_lookupi Date: Fri, 05 Jan 2007 09:21:05 +0000 Message-ID: <1167988865.3752.1403.camel@quoit.chygwyn.com> References: <1167967942.12689.61.camel@xenon.msp.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from mx1.redhat.com ([66.187.233.31]:47581 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965117AbXAEJSP (ORCPT ); Fri, 5 Jan 2007 04:18:15 -0500 To: Russell Cattelan In-Reply-To: <1167967942.12689.61.camel@xenon.msp.redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, On Thu, 2007-01-04 at 21:32 -0600, Russell Cattelan wrote: > This fixes a bug found by the fsfuzzer tool. > http://projects.info-pull.com/mokb/MOKB-15-11-2006.html > > A NULL was not an acceptable error condition expected > by any of the gfs2_lookupi callers. > Now applied to the GFS2 git tree. Thanks, Steve.