[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] dynamic allocation of huge continuous pages



Hi, 

Thank you for your advice.

> > +		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>