diff options
Diffstat (limited to 'security/inode.c')
-rw-r--r-- | security/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/inode.c b/security/inode.c index 2cb14162ff8d..eccd58ef2ae8 100644 --- a/security/inode.c +++ b/security/inode.c | |||
@@ -28,7 +28,7 @@ static int mount_count; | |||
28 | 28 | ||
29 | static int fill_super(struct super_block *sb, void *data, int silent) | 29 | static int fill_super(struct super_block *sb, void *data, int silent) |
30 | { | 30 | { |
31 | static struct tree_descr files[] = {{""}}; | 31 | static const struct tree_descr files[] = {{""}}; |
32 | 32 | ||
33 | return simple_fill_super(sb, SECURITYFS_MAGIC, files); | 33 | return simple_fill_super(sb, SECURITYFS_MAGIC, files); |
34 | } | 34 | } |