From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [2.6 patch] fs/nfsd/: possible cleanups Date: Tue, 26 Apr 2005 12:37:40 -0400 Message-ID: <20050426163740.GA26367@fieldses.org> References: <20050423000755.GN4355@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: neilb@cse.unsw.edu.au, nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 4.30) id 1DQT4O-0003bB-CL for nfs@lists.sourceforge.net; Tue, 26 Apr 2005 09:37:56 -0700 Received: from dsl093-002-214.det1.dsl.speakeasy.net ([66.93.2.214] helo=pickle.fieldses.org) by sc8-sf-mx1.sourceforge.net with esmtp (TLSv1:AES256-SHA:256) (Exim 4.41) id 1DQT4M-0001o9-RI for nfs@lists.sourceforge.net; Tue, 26 Apr 2005 09:37:56 -0700 To: Adrian Bunk In-Reply-To: <20050423000755.GN4355@stusta.de> Sender: nfs-admin@lists.sourceforge.net Errors-To: nfs-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Post: List-Help: List-Subscribe: , List-Archive: On Sat, Apr 23, 2005 at 02:07:55AM +0200, Adrian Bunk wrote: > This patch contains the following possible cleanups: > - make needlessly global code static > - remove the following unused global function: > - nfs4state.c: set_no_grace Got it, thanks.--b. ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261642AbVDZQoo (ORCPT ); Tue, 26 Apr 2005 12:44:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261713AbVDZQl2 (ORCPT ); Tue, 26 Apr 2005 12:41:28 -0400 Received: from dsl093-002-214.det1.dsl.speakeasy.net ([66.93.2.214]:63364 "EHLO pickle.fieldses.org") by vger.kernel.org with ESMTP id S261513AbVDZQh4 (ORCPT ); Tue, 26 Apr 2005 12:37:56 -0400 Date: Tue, 26 Apr 2005 12:37:40 -0400 To: Adrian Bunk Cc: neilb@cse.unsw.edu.au, nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [NFS] [2.6 patch] fs/nfsd/: possible cleanups Message-ID: <20050426163740.GA26367@fieldses.org> References: <20050423000755.GN4355@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050423000755.GN4355@stusta.de> User-Agent: Mutt/1.5.9i From: "J. Bruce Fields" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 23, 2005 at 02:07:55AM +0200, Adrian Bunk wrote: > This patch contains the following possible cleanups: > - make needlessly global code static > - remove the following unused global function: > - nfs4state.c: set_no_grace Got it, thanks.--b.