tracing: Update *ppos instead of filp->f_pos
[linux-2.6-block.git] / mm / hugetlb.c
index 6f048fcc749ca48b3bae0a1a37a792f15e0c203d..5d7601b0287487321314c1d969f17425b339f9b1 100644 (file)
@@ -1721,7 +1721,7 @@ static int hugetlb_vm_op_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
        return 0;
 }
 
-struct vm_operations_struct hugetlb_vm_ops = {
+const struct vm_operations_struct hugetlb_vm_ops = {
        .fault = hugetlb_vm_op_fault,
        .open = hugetlb_vm_op_open,
        .close = hugetlb_vm_op_close,