diff options
-rw-r--r-- | io_uring/memmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/memmap.h b/io_uring/memmap.h index 24afb298e974..08419684e4bc 100644 --- a/io_uring/memmap.h +++ b/io_uring/memmap.h @@ -6,7 +6,7 @@ #define IORING_OFF_ZCRX_SHIFT 16 -struct page **io_pin_pages(unsigned long ubuf, unsigned long len, int *npages); +struct page **io_pin_pages(unsigned long uaddr, unsigned long len, int *npages); #ifndef CONFIG_MMU unsigned int io_uring_nommu_mmap_capabilities(struct file *file); |