diff options
Diffstat (limited to 'mm/shmem.c')
-rw-r--r-- | mm/shmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c index d86b5e455fef..0e9901e69d24 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
@@ -3965,7 +3965,7 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range); | |||
3965 | 3965 | ||
3966 | /* common code */ | 3966 | /* common code */ |
3967 | 3967 | ||
3968 | static struct dentry_operations anon_ops = { | 3968 | static const struct dentry_operations anon_ops = { |
3969 | .d_dname = simple_dname | 3969 | .d_dname = simple_dname |
3970 | }; | 3970 | }; |
3971 | 3971 | ||