We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef59d1 commit 2c5c0baCopy full SHA for 2c5c0ba
io_uring/io_uring.c
@@ -2696,13 +2696,9 @@ void io_mem_free(void *ptr)
2696
2697
static void io_pages_free(struct page ***pages, int npages)
2698
{
2699
- struct page **page_array;
+ struct page **page_array = *pages;
2700
int i;
2701
2702
- if (!pages)
2703
- return;
2704
-
2705
- page_array = *pages;
2706
if (!page_array)
2707
return;
2708
0 commit comments