diff options
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r-- | fs/ecryptfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 306f8fbd1a08..3ede12b25933 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) | |||
691 | 691 | ||
692 | static struct ecryptfs_attribute sysfs_attr_version = __ATTR_RO(version); | 692 | static struct ecryptfs_attribute sysfs_attr_version = __ATTR_RO(version); |
693 | 693 | ||
694 | struct ecryptfs_version_str_map_elem { | 694 | static struct ecryptfs_version_str_map_elem { |
695 | u32 flag; | 695 | u32 flag; |
696 | char *str; | 696 | char *str; |
697 | } ecryptfs_version_str_map[] = { | 697 | } ecryptfs_version_str_map[] = { |