diff for duplicates of <20070727100004.GV27237@ftp.linux.org.uk> diff --git a/a/1.txt b/N1/1.txt index 34743af..918fee4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,8 +9,8 @@ On Fri, Jul 27, 2007 at 11:44:35AM +0200, Yoann Padioleau wrote: > > /* allocate some common virtual space to map the new pages */ > area = get_vm_area(size, VM_ALLOC); -> - if (area = 0) { -> + if (area = NULL) { +> - if (area == 0) { +> + if (area == NULL) { > free_pages(page, order); > return NULL; diff --git a/a/content_digest b/N1/content_digest index 1f7b887..c018973 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0200707270944.LAA17167@ifs.emn.fr\0" "From\0Al Viro <viro@ftp.linux.org.uk>\0" "Subject\0Re: [PATCH 06/68] 0 -> NULL, for arch/frv\0" - "Date\0Fri, 27 Jul 2007 10:00:04 +0000\0" + "Date\0Fri, 27 Jul 2007 11:00:04 +0100\0" "To\0Yoann Padioleau <padator@wanadoo.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" dhowells@redhat.com @@ -20,11 +20,11 @@ "> \n" "> \t/* allocate some common virtual space to map the new pages */\n" "> \tarea = get_vm_area(size, VM_ALLOC);\n" - "> -\tif (area = 0) {\n" - "> +\tif (area = NULL) {\n" + "> -\tif (area == 0) {\n" + "> +\tif (area == NULL) {\n" "> \t\tfree_pages(page, order);\n" "> \t\treturn NULL;\n" "\n" Same comment about comparisons with NULL after allocation... -7509bdb7fc606dab9f533c71b49049dd8e3eabb2377c6b7ba6ec35e98fecb522 +3c4c66364449f52fe1c4bf57721a52c734f66f3d976218cb2c216524bf844de1
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.