From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [PATCH] autofs4 - add missing kfree Date: Fri, 20 Jun 2008 09:02:32 -0400 Message-ID: References: <20080620070923.17224.33149.stgit@raven.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Kernel Mailing List , autofs mailing list , linux-fsdevel To: Ian Kent Return-path: Received: from mx1.redhat.com ([66.187.233.31]:55218 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752704AbYFTNDK (ORCPT ); Fri, 20 Jun 2008 09:03:10 -0400 In-Reply-To: <20080620070923.17224.33149.stgit@raven.themaw.net> (Ian Kent's message of "Fri, 20 Jun 2008 15:09:25 +0800") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ian Kent writes: > It see that the patch tittled "autofs4 - fix pending mount race" is > missing a change that I had recently made. > > It's missing a kfree for the case mutex_lock_interruptible() fails > to aquire the wait queue mutex. Yeah, missed that in the translation to the embedded qstr. > Ian > > Signed-off-by: Ian Kent Reviewed-by: Jeff Moyer