From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935615AbXLNBEL (ORCPT ); Thu, 13 Dec 2007 20:04:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935447AbXLNBDs (ORCPT ); Thu, 13 Dec 2007 20:03:48 -0500 Received: from thunk.org ([69.25.196.29]:60950 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935358AbXLNBDq (ORCPT ); Thu, 13 Dec 2007 20:03:46 -0500 Date: Thu, 13 Dec 2007 20:03:03 -0500 From: Theodore Tso To: Mariusz Kozlowski Cc: sct@redhat.com, akpm@linux-foundation.org, linux-ext4@vger.kernel.org, lkml Subject: Re: [PATCH -mm] ext4: remove unused code from ext4_find_entry() Message-ID: <20071214010303.GA17344@thunk.org> Mail-Followup-To: Theodore Tso , Mariusz Kozlowski , sct@redhat.com, akpm@linux-foundation.org, linux-ext4@vger.kernel.org, lkml References: <200712122246.41284.m.kozlowski@tuxland.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712122246.41284.m.kozlowski@tuxland.pl> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 12, 2007 at 10:46:40PM +0100, Mariusz Kozlowski wrote: > Hello, > > The unused code found in ext3_find_entry() is also present (and still unused) > in the ext4_find_entry() code. This patch removes it. Compile tested only. > > Signed-off-by: Mariusz Kozlowski Signed-off-by: "Theodore Ts'o" Thanks, this will be in the next ext4 patchset. - Ted