diff for duplicates of <1181620697.2282.25.camel@shani-win> diff --git a/a/1.txt b/N1/1.txt index 0bd9629..3f323ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,14 +15,9 @@ index d6427d9..f9a87f6 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 diff --git a/a/content_digest b/N1/content_digest index 7db193c..9f4efbd 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 04:10:17 +0000\0" + "Subject\0[KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in net/ipv4/ip_output.c.\0" + "Date\0Tue, 12 Jun 2007 09:28:17 +0530\0" "To\0davem@davemloft.net" kuznet@ms2.inr.ac.ru pekkas@netcore.fi @@ -29,16 +28,11 @@ " \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" "Regards,\n" - "Shani\n" - "\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.linux-foundation.org\n" - https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors + Shani -81de84b8ab342c61ac81bfa644708b3e65560a20d00544b13a7703c69cb052b5 +9849b670d77c573e2ad00dc25feebb08a5dd9b522d6754da9cfe92de72ba6e20
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.