From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tsutomu Itoh Subject: Re: [PATCH] Btrfs: remove trans and root argument from fixup_low_keys() Date: Fri, 22 Apr 2011 08:48:22 +0900 Message-ID: <4DB0C246.5060501@jp.fujitsu.com> References: <201104210954.AA00015@T-ITOH1.jp.fujitsu.com> <20110421105932.GB31675@twin.jikos.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: linux-btrfs@vger.kernel.org, chris.mason@oracle.com To: David Sterba Return-path: In-Reply-To: <20110421105932.GB31675@twin.jikos.cz> List-ID: (2011/04/21 19:59), David Sterba wrote: > Hi, > > On Thu, Apr 21, 2011 at 06:54:45PM +0900, Tsutomu Itoh wrote: >> 'trans' and 'root' argument not used in fixup_low_keys() are deleted. >> And, the argument that became unnecessary is deleted about the caller >> of fixup_low_keys(). > > heh, coincidence or synchronicity, I've spent some time yesterday fixing > the same problems. There are tons of unused arguments all over the > place. I have a few patches already, but still not removed all. I'll > send them out today, so you can have a look and to not duplicate work. OK, solving of this problem is entrusted to you. Thanks, Tsutomu > > > dave >