Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756096AbXI1HkQ (ORCPT ); Fri, 28 Sep 2007 03:40:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753322AbXI1HkE (ORCPT ); Fri, 28 Sep 2007 03:40:04 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:40732 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbXI1HkD (ORCPT ); Fri, 28 Sep 2007 03:40:03 -0400 Date: Fri, 28 Sep 2007 00:39:27 -0700 From: Andrew Morton To: Pierre Peiffer Cc: LKML Subject: Re: [resend][PATCH] Remove duplicated declarations in procfs Message-Id: <20070928003927.6d08c050.akpm@linux-foundation.org> In-Reply-To: <46FCACFC.3010103@bull.net> References: <46FCACFC.3010103@bull.net> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1359 Lines: 36 On Fri, 28 Sep 2007 09:27:56 +0200 Pierre Peiffer wrote: > From: Pierre Peiffer > > This is a trivial patch that removes some duplicated declarations of > extern variables. > > Signed-off-by: Pierre Peiffer > --- > > fs/proc/internal.h | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/fs/proc/internal.h b/fs/proc/internal.h > index b215c35..d812816 100644 > --- a/fs/proc/internal.h > +++ b/fs/proc/internal.h > @@ -50,10 +50,6 @@ extern const struct file_operations proc_maps_operations; > extern const struct file_operations proc_numa_maps_operations; > extern const struct file_operations proc_smaps_operations; > > -extern const struct file_operations proc_maps_operations; > -extern const struct file_operations proc_numa_maps_operations; > -extern const struct file_operations proc_smaps_operations; > - > > void free_proc_entry(struct proc_dir_entry *de); yup, thanks, the maps2 patches in -mm already accidentally fixed this so I haven't bothered merging it as a standalone thing. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/