diff for duplicates of <1181624324.2282.29.camel@shani-win> diff --git a/a/1.txt b/N1/1.txt index 4392820..6bf9c28 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,14 +14,10 @@ index f508171..1d27779 100644 copy = PAGE_SIZE; - page = alloc_pages(sk->sk_allocation, 0); + page = alloc_page(sk->sk_allocation); - if (page = NULL) { + if (page == NULL) { err = -ENOMEM; goto error; Regards, -Shani -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.linux-foundation.org -https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors +Shani diff --git a/a/content_digest b/N1/content_digest index ae6e533..0ba9b48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,6 @@ - "ref\01178711839.2280.21.camel@shani-win\0" "From\0Shani Moideen <shani.moideen@wipro.com>\0" - "Subject\0[KJ] [KJ PATCH] Replacing alloc_pages(gfp,\0" - "Date\0Tue, 12 Jun 2007 05:10:44 +0000\0" + "Subject\0[KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv6/ip6_output.c\0" + "Date\0Tue, 12 Jun 2007 10:28:44 +0530\0" "To\0davem@davemloft.net" kuznet@ms2.inr.ac.ru pekkas@netcore.fi @@ -27,16 +26,12 @@ " \t\t\t\t\tcopy = PAGE_SIZE;\n" "-\t\t\t\tpage = alloc_pages(sk->sk_allocation, 0);\n" "+\t\t\t\tpage = alloc_page(sk->sk_allocation);\n" - " \t\t\t\tif (page = NULL) {\n" + " \t\t\t\tif (page == NULL) {\n" " \t\t\t\t\terr = -ENOMEM;\n" " \t\t\t\t\tgoto error;\n" "\n" "\n" "Regards,\n" - "Shani \n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.linux-foundation.org\n" - https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors + Shani -27d01abbe9c91826e0b99c8feea5881f71b9583ba1ce89fa4c39f21cd00c9a17 +938107aed7fba066875a4b00dd580c6eb5c94a33588158f65a584e539e31d2b8
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.