diff for duplicates of <20101223190911.GM1936@bicker> diff --git a/a/1.txt b/N1/1.txt index af384dd..391fb34 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,11 +8,11 @@ index beacce1..857abc6 100644 --- a/fs/ext4/page-io.c +++ b/fs/ext4/page-io.c @@ -44,7 +44,7 @@ int __init ext4_init_pageio(void) - if (io_page_cachep = NULL) + if (io_page_cachep == NULL) return -ENOMEM; io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); -- if (io_page_cachep = NULL) { -+ if (io_end_cachep = NULL) { +- if (io_page_cachep == NULL) { ++ if (io_end_cachep == NULL) { kmem_cache_destroy(io_page_cachep); return -ENOMEM; } diff --git a/a/content_digest b/N1/content_digest index 4741721..766ff58 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] ext4: testing the wrong variable in ext4_init_pageio()\0" - "Date\0Thu, 23 Dec 2010 19:09:11 +0000\0" + "Date\0Thu, 23 Dec 2010 22:09:11 +0300\0" "To\0Theodore Ts'o <tytso@mit.edu>\0" "Cc\0Andreas Dilger <adilger.kernel@dilger.ca>" linux-ext4@vger.kernel.org @@ -17,13 +17,13 @@ "--- a/fs/ext4/page-io.c\n" "+++ b/fs/ext4/page-io.c\n" "@@ -44,7 +44,7 @@ int __init ext4_init_pageio(void)\n" - " \tif (io_page_cachep = NULL)\n" + " \tif (io_page_cachep == NULL)\n" " \t\treturn -ENOMEM;\n" " \tio_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT);\n" - "-\tif (io_page_cachep = NULL) {\n" - "+\tif (io_end_cachep = NULL) {\n" + "-\tif (io_page_cachep == NULL) {\n" + "+\tif (io_end_cachep == NULL) {\n" " \t\tkmem_cache_destroy(io_page_cachep);\n" " \t\treturn -ENOMEM;\n" " \t}" -5a2dbc4214b7d0f95d39a9f1cb96a1887c27ca4ec0046db306e8ff0b3e9acdf4 +9843e7ed4403d142bbabb7cc1744722f5606e5abe52ef96181a818f4a399892d
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.