Re: [KJ] [KJ PATCH] Replacing alloc_pages(gfp, 0) with alloc_page(gfp) in net/core/pktgen.c

2007-06-13 Thread psr
On 6/13/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: [snip] > > Does this makes any difference anyway? Both are same eventually? > What is the rational behind this? Can you please help me > understanding this? since this is one of the TO DO items i added to the list of things at the wiki: ht

Re: [KJ] [KJ PATCH] Replacing alloc_pages(gfp, 0) with alloc_page(gfp) in net/core/pktgen.c

2007-06-13 Thread psr
On 6/13/07, Shani Moideen <[EMAIL PROTECTED]> wrote: Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/core/pktgen.c Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/core/pktgen.c b/net/core/pktgen.c index b92a322..2600c7f 100644 --- a/net/core/pktgen.c +++ b/net/c