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

2007-06-12 Thread Shani Moideen
Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/core/sock.c Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/core/sock.c b/net/core/sock.c index 22183c2..25bb52b 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -1193,7 +1193,7 @@ static struct s

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

2007-06-12 Thread Shani Moideen
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/core/pktgen.c @@ -2414,7 +2414,7 @@ static

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

2007-06-12 Thread Shani Moideen
Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/core/skbuff.c Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 1422573..b923181 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -1805,7 +1805,7

[KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv6/ip6_output.c

2007-06-11 Thread Shani Moideen
Hi, Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv6/ip6_output.c Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index f508171..1d27779 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1291,7 +

[KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv4/ip_output.c.

2007-06-11 Thread Shani Moideen
Hi, Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv4/ip_output.c. Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index d6427d9..f9a87f6 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -1003,7 +

[PATCH]:Replace with time_before in net/ipv4/ipip.c

2007-04-24 Thread Shani Moideen
Hi, Replacing (jiffies - errtime < TIMEOUT) with time_before in net/ipv4/ipip.c thanks. Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 3ec5ce0..d2bc835 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -108,6 +108,7 @@

[PATCH]:Replacing with time_before in net/ipv4/ip_gre.c

2007-04-24 Thread Shani Moideen
Hi, Replacing with time_before in net/ipv4/ip_gre.c thanks. Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c index 9151da6..05cd63b 100644 --- a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c @@ -28,6 +28,7 @@ #include #include #i

[PATCH] Replace with time_after in drivers/net/tokenring/3c359.c

2007-04-03 Thread Shani Moideen
Hi, Replacing with time_after in drivers/net/tokenring/3c359.c Applies and compiles clean on latest linus tree. thanks. Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/3c359.c index 7580bde..512cd4d 100644 --- a/d

[PATCH-resend]drivers/net/eexpress.c replace with time_after && time_before in drivers/net/eexpress.c

2007-03-30 Thread Shani Moideen
Resending the patch with few corrections related to time_after and time_before in drivers/net/eexpress.c as suggested by Marcin slusarz. thanks. Signed-off-by: Shani Moideen <[EMAIL PROTECTED]> diff --git a/drivers/net/eexpress.c b/drivers/net/eexpress.c index 3868b80..1321757