KVM: Maintain back mapping from irqchip/pin to gsi
[deliverable/linux.git] / include / linux / mm_types.h
index 21d6aa45206aa985a01c1a1fcfb9faaf7ff83307..84a524afb3dcdffdd60c7ef1eaf2672acd7731ca 100644 (file)
@@ -171,7 +171,7 @@ struct vm_area_struct {
        struct anon_vma *anon_vma;      /* Serialized by page_table_lock */
 
        /* Function pointers to deal with this struct. */
-       struct vm_operations_struct * vm_ops;
+       const struct vm_operations_struct *vm_ops;
 
        /* Information about our backing store: */
        unsigned long vm_pgoff;         /* Offset (within vm_file) in PAGE_SIZE
This page took 0.026414 seconds and 5 git commands to generate.