diff for duplicates of <20140221085854.GC13185@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index dd4964e..5c12977 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ index 384b6ebb655f..491f022c476a 100644 * block_write_full_page() succeeded. Otherwise they are unmapped, * and generally junk. */ -- if (ret = 0) { +- if (ret == 0) { - err = walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE, -+ if (ret = 0) ++ if (ret == 0) + ret = walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE, NULL, journal_dirty_data_fn); - if (!ret) diff --git a/a/content_digest b/N1/content_digest index 0bb105e..09d287f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] ext3: remove unneeded check in ext3_ordered_writepage()\0" - "Date\0Fri, 21 Feb 2014 08:58:54 +0000\0" + "Date\0Fri, 21 Feb 2014 11:58:54 +0300\0" "To\0Jan Kara <jack@suse.cz>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" Andreas Dilger <adilger.kernel@dilger.ca> @@ -25,9 +25,9 @@ " \t * block_write_full_page() succeeded. Otherwise they are unmapped,\n" " \t * and generally junk.\n" " \t */\n" - "-\tif (ret = 0) {\n" + "-\tif (ret == 0) {\n" "-\t\terr = walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE,\n" - "+\tif (ret = 0)\n" + "+\tif (ret == 0)\n" "+\t\tret = walk_page_buffers(handle, page_bufs, 0, PAGE_CACHE_SIZE,\n" " \t\t\t\t\tNULL, journal_dirty_data_fn);\n" "-\t\tif (!ret)\n" @@ -37,4 +37,4 @@ " \t\t\tPAGE_CACHE_SIZE, NULL, bput_one);\n" " \terr = ext3_journal_stop(handle);" -cfa757e996c6ce033a145c6bcf4af68d81a945fefc29a290c0a77402dca494eb +95be5b0d79eab3052a8e6a259e1c68f36ed3bfd4ac91b70d50636e45c64309ed
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.