diff for duplicates of <20160915091110.GD26713@mwanda> diff --git a/a/1.txt b/N1/1.txt index 04f1c1b..587b13f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ On Thu, Aug 04, 2016 at 05:02:06PM +0300, Dan Carpenter wrote: > 445 struct page *page, struct writeback_control *wbc) > 446 { > 447 int result; -> 448 int rw = (wbc->sync_mode = WB_SYNC_ALL) ? WRITE_SYNC : WRITE; +> 448 int rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE; > ^^^^^^^^^^ > But here we're setting it to WRITE_SYNC. > diff --git a/a/content_digest b/N1/content_digest index 9a010dd..e644a99 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160804140206.GA11852@mwanda\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [bug report] fs/block_dev.c: add bdev_read_page() and bdev_write_page()\0" - "Date\0Thu, 15 Sep 2016 09:11:10 +0000\0" + "Date\0Thu, 15 Sep 2016 12:11:10 +0300\0" "To\0Matthew Wilcox <matthew@wil.cx>\0" "Cc\0kernel-janitors@vger.kernel.org" linux-block@vger.kernel.org @@ -42,7 +42,7 @@ "> 445 struct page *page, struct writeback_control *wbc)\n" "> 446 {\n" "> 447 int result;\n" - "> 448 int rw = (wbc->sync_mode = WB_SYNC_ALL) ? WRITE_SYNC : WRITE;\n" + "> 448 int rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE;\n" "> ^^^^^^^^^^\n" "> But here we're setting it to WRITE_SYNC.\n" "> \n" @@ -67,4 +67,4 @@ "> regards,\n" > dan carpenter -c06e2a8db5be8e7a4bf376a4e00bad12face7610e87b9a5a53582e021b7d5386 +c4c756566bec4ba5de997f472528ce921458c3adc49fc3ecdbe13959cc336d8d
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.