Documentation/filesystems/proc.txt: add more description for maps/smaps
[cascardo/linux.git] / mm / shmem.c
index 971fc83..dee0631 100644 (file)
@@ -4078,7 +4078,7 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
 
 /* common code */
 
-static struct dentry_operations anon_ops = {
+static const struct dentry_operations anon_ops = {
        .d_dname = simple_dname
 };