mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2026-01-01 00:30:37 -05:00
bugfix: Fix typo MAX_PAGE_ORDER
This commit is contained in:
parent
db32b9253a
commit
0ef5bbf600
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ static struct bio *allocate_phys_bio(struct sflite_io *io)
|
|||
|
||||
/* Allocate pages in loop */
|
||||
unsigned remaining_size = size;
|
||||
unsigned order = MAX_PAGE_ORDER;
|
||||
unsigned order = MAX_ORDER;
|
||||
while (remaining_size) {
|
||||
struct page *pages;
|
||||
unsigned size_to_add;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue