Re: [PATCH] dynamic allocation of huge continuous pages
From: Hirokazu Takahashi <hidden>
Date: 2004-01-09 09:43:49
Also in:
lkml
From: Hirokazu Takahashi <hidden>
Date: 2004-01-09 09:43:49
Also in:
lkml
Hi, Thank you for your advice.
quoted
+ list_for_each(p, &area->free_list) { + page = list_entry(p, struct page, list);Just FYI, "list_for_each_entry(page, &area->free_list, list)" is shorter and neater. Cheers, Rusty.
Thank you, Hirokazu Takahashi. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>