Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966062AbWKTQNb (ORCPT ); Mon, 20 Nov 2006 11:13:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966063AbWKTQNa (ORCPT ); Mon, 20 Nov 2006 11:13:30 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:43170 "EHLO e36.co.us.ibm.com") by vger.kernel.org with ESMTP id S966062AbWKTQN3 (ORCPT ); Mon, 20 Nov 2006 11:13:29 -0500 Date: Mon, 20 Nov 2006 10:13:28 -0600 From: Michael Halcrow To: Adrian Bunk Cc: phillip@hellewell.homeip.net, ecryptfs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] make ecryptfs_version_str_map[] static Message-ID: <20061120161328.GB3367@us.ibm.com> Reply-To: Michael Halcrow References: <20061120022406.GM31879@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061120022406.GM31879@stusta.de> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 25 On Mon, Nov 20, 2006 at 03:24:06AM +0100, Adrian Bunk wrote: > This patch makes the needlessly global ecryptfs_version_str_map[] > static. > > Signed-off-by: Adrian Bunk Acked-by: Michael Halcrow > --- linux-2.6.19-rc5-mm2/fs/ecryptfs/main.c.old 2006-11-20 01:27:17.000000000 +0100 > +++ linux-2.6.19-rc5-mm2/fs/ecryptfs/main.c 2006-11-20 01:27:25.000000000 +0100 > @@ -692,7 +692,7 @@ > > static struct ecryptfs_attribute sysfs_attr_version = __ATTR_RO(version); > > -struct ecryptfs_version_str_map_elem { > +static struct ecryptfs_version_str_map_elem { > u32 flag; > char *str; > } ecryptfs_version_str_map[] = { > - 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/