const: mark struct vm_struct_operations
[deliverable/linux.git] / fs / ocfs2 / mmap.c
index b606496b72ec55c65554c6e72a9353e7739a4e9f..39737613424a2c073c21c540e7b022b96e344da9 100644 (file)
@@ -202,7 +202,7 @@ out:
        return ret;
 }
 
-static struct vm_operations_struct ocfs2_file_vm_ops = {
+static const struct vm_operations_struct ocfs2_file_vm_ops = {
        .fault          = ocfs2_fault,
        .page_mkwrite   = ocfs2_page_mkwrite,
 };
This page took 0.025642 seconds and 5 git commands to generate.