Re: [PATCH] dynamic allocation of huge continuous pages

From: Hirokazu Takahashi
Date: Fri Jan 09 2004 - 04:44:53 EST


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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/