From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [patch] block: bd_start_claiming fix module refcount Date: Tue, 25 May 2010 19:03:21 +0200 Message-ID: <4BFC02D9.2090408@kernel.org> References: <20100525155021.GC20853@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, Jens Axboe , Andrew Morton To: Nick Piggin Return-path: Received: from hera.kernel.org ([140.211.167.34]:42355 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932719Ab0EYREA (ORCPT ); Tue, 25 May 2010 13:04:00 -0400 In-Reply-To: <20100525155021.GC20853@laptop> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, On 05/25/2010 05:50 PM, Nick Piggin wrote: > > bd_start_claiming has an unbalanced module_put introduced in 6b4517a79. > > Signed-off-by: Nick Piggin Acked-by: Tejun Heo I think it might be a good idea to rename get_disk(). get_disk/put_disk() pair is somewhat deceptive. Thanks. -- tejun