From: Adrian Bunk Date: Thu, 7 Dec 2006 04:38:25 +0000 (-0800) Subject: [PATCH] make ecryptfs_version_str_map[] static X-Git-Tag: v2.6.20-rc1~15^2~14^2~135 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=8487f2e4067839ad3d009c240d51b682264320ae;p=safe%2Fjmp%2Flinux-2.6 [PATCH] make ecryptfs_version_str_map[] static Signed-off-by: Adrian Bunk Acked-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 306f8fb..3ede12b 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -691,7 +691,7 @@ static ssize_t version_show(struct ecryptfs_obj *obj, char *buff) 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[] = {