const: mark struct vm_struct_operations
[deliverable/linux.git] / fs / btrfs / file.c
index 571ad3c13b47be3de640f4ce84253f3ce593b26d..a3492a3ad96b960fecec513d4023f7ee641fcf81 100644 (file)
@@ -1184,7 +1184,7 @@ out:
        return ret > 0 ? EIO : ret;
 }
 
-static struct vm_operations_struct btrfs_file_vm_ops = {
+static const struct vm_operations_struct btrfs_file_vm_ops = {
        .fault          = filemap_fault,
        .page_mkwrite   = btrfs_page_mkwrite,
 };
This page took 0.029 seconds and 5 git commands to generate.