]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/hugetlb.c
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
[mirror_ubuntu-jammy-kernel.git] / mm / hugetlb.c
index 30e7709a5121981c6792dfe2294e8137adc1ece5..167fd0722c15eaccbac571911bb2b3ecbdb62668 100644 (file)
@@ -3142,7 +3142,7 @@ static void hugetlb_vm_op_close(struct vm_area_struct *vma)
  * hugegpage VMA.  do_page_fault() is supposed to trap this, so BUG is we get
  * this far.
  */
-static int hugetlb_vm_op_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
+static int hugetlb_vm_op_fault(struct vm_fault *vmf)
 {
        BUG();
        return 0;