diff options
Diffstat (limited to 'fs/erofs/zutil.c')
| -rw-r--r-- | fs/erofs/zutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/erofs/zutil.c b/fs/erofs/zutil.c index 83fbcab70a92..55ff2ab5128e 100644 --- a/fs/erofs/zutil.c +++ b/fs/erofs/zutil.c @@ -87,8 +87,8 @@ int z_erofs_gbuf_growsize(unsigned int nrpages) tmp_pages[j] = gbuf->pages[j]; do { last = j; - j = alloc_pages_bulk_array(GFP_KERNEL, nrpages, - tmp_pages); + j = alloc_pages_bulk(GFP_KERNEL, nrpages, + tmp_pages); if (last == j) goto out; } while (j != nrpages); |
