diff for duplicates of <20140221090809.GA12506@quack.suse.cz> diff --git a/a/1.txt b/N1/1.txt index 0155a8d..e29ae8b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,9 +20,9 @@ On Fri 21-02-14 11:58:54, Dan Carpenter wrote: > * 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 576d615..688b220 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020140221085854.GC13185@elgon.mountain\0" "From\0Jan Kara <jack@suse.cz>\0" "Subject\0Re: [patch] ext3: remove unneeded check in ext3_ordered_writepage()\0" - "Date\0Fri, 21 Feb 2014 09:08:09 +0000\0" + "Date\0Fri, 21 Feb 2014 10:08:09 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Jan Kara <jack@suse.cz>" Andrew Morton <akpm@linux-foundation.org> @@ -32,9 +32,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" @@ -47,4 +47,4 @@ "Jan Kara <jack@suse.cz>\n" SUSE Labs, CR -6947e19be658b1cefab76f1793c4ff3201c1030b672de98882fbf267d3e66447 +1b2a0feb36eb60345e04944517ae86cb955687c29a12f17c0a43b4d7690d9246
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.