|
@@ -57,7 +57,7 @@ extern void dup_userfaultfd_complete(struct list_head *);
|
|
|
|
|
|
extern void mremap_userfaultfd_prep(struct vm_area_struct *,
|
|
|
struct vm_userfaultfd_ctx *);
|
|
|
-extern void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx,
|
|
|
+extern void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx *,
|
|
|
unsigned long from, unsigned long to,
|
|
|
unsigned long len);
|
|
|
|
|
@@ -100,7 +100,7 @@ static inline void mremap_userfaultfd_prep(struct vm_area_struct *vma,
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-static inline void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx ctx,
|
|
|
+static inline void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx *ctx,
|
|
|
unsigned long from,
|
|
|
unsigned long to,
|
|
|
unsigned long len)
|