From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752337AbaJaRJM (ORCPT ); Fri, 31 Oct 2014 13:09:12 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:37896 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbaJaRJK (ORCPT ); Fri, 31 Oct 2014 13:09:10 -0400 Date: Fri, 31 Oct 2014 22:38:57 +0530 From: Sudip Mukherjee To: Al Viro Cc: Jan Kara , Andrew Morton , Rasmus Villemoes , Fabian Frederick , linux-kernel@vger.kernel.org Subject: Re: [PATCH] isofs: remove unused functions Message-ID: <20141031170857.GA27154@sudip-PC> References: <1414757628-16326-1-git-send-email-sudipm.mukherjee@gmail.com> <20141031170156.GK7996@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141031170156.GK7996@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 31, 2014 at 05:01:56PM +0000, Al Viro wrote: > On Fri, Oct 31, 2014 at 05:43:48PM +0530, Sudip Mukherjee wrote: > > commit "5b71ecfa78271d5c576f17156ed8a53981c1ecbb" removed the use > > two functions isofs_hash() and isofs_dentry_cmp() , but their > > definition was not removed. > > So, as these functions are not used anywhere so it is safe to > > remove them. It has been build tested after removing. > > Umm... Already in b0afd8e5db7b11aa9078e82e7f9abc30dc35a3c1 (and AFAICS > the incremental is the same as yours). so , since it is alredy commited then i am not sending the modified patch. thanks sudip