From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 07/18] exofs: use iput() for inode reference count decrements Date: Sat, 16 Oct 2010 12:29:04 -0400 Message-ID: <20101016162904.GB20086@infradead.org> References: <1286515292-15882-1-git-send-email-david@fromorbit.com> <1286515292-15882-8-git-send-email-david@fromorbit.com> <20101016075650.GM19147@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dave Chinner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Nick Piggin Return-path: Received: from canuck.infradead.org ([134.117.69.58]:37844 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346Ab0JPQ3F (ORCPT ); Sat, 16 Oct 2010 12:29:05 -0400 Content-Disposition: inline In-Reply-To: <20101016075650.GM19147@amd> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Oct 16, 2010 at 06:56:50PM +1100, Nick Piggin wrote: > On Fri, Oct 08, 2010 at 04:21:21PM +1100, Dave Chinner wrote: > > From: Dave Chinner > > > > Direct modification of the inode reference count is a no-no. Convert > > the exofs decrements to call iput() instead of acting directly on > > i_count. > > Could this go to exofs maintainer and get merged as a bugfix? I already pinged Boaz.