All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160402044916.GC11775@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index f9a5918..4840feb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,8 +11,8 @@ index 51b3492..b39d9c7 100644
  		data_page = ext4_encrypt(inode, page, gfp_flags);
  		if (IS_ERR(data_page)) {
  			ret = PTR_ERR(data_page);
--			if (ret = ENOMEM && wbc->sync_mode = WB_SYNC_ALL) {
-+			if (ret = -ENOMEM && wbc->sync_mode = WB_SYNC_ALL) {
+-			if (ret == ENOMEM && wbc->sync_mode == WB_SYNC_ALL) {
++			if (ret == -ENOMEM && wbc->sync_mode == WB_SYNC_ALL) {
  				if (io->io_bio) {
  					ext4_io_submit(io);
  					congestion_wait(BLK_RW_ASYNC, HZ/50);
diff --git a/a/content_digest b/N1/content_digest
index 7e571c9..a57b246 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] ext4 crypto: fix some error handling\0"
- "Date\0Sat, 02 Apr 2016 04:49:16 +0000\0"
+ "Date\0Sat, 2 Apr 2016 07:49:16 +0300\0"
  "To\0Theodore Ts'o <tytso@mit.edu>\0"
  "Cc\0Andreas Dilger <adilger.kernel@dilger.ca>"
   linux-ext4@vger.kernel.org
@@ -21,10 +21,10 @@
  " \t\tdata_page = ext4_encrypt(inode, page, gfp_flags);\n"
  " \t\tif (IS_ERR(data_page)) {\n"
  " \t\t\tret = PTR_ERR(data_page);\n"
- "-\t\t\tif (ret = ENOMEM && wbc->sync_mode = WB_SYNC_ALL) {\n"
- "+\t\t\tif (ret = -ENOMEM && wbc->sync_mode = WB_SYNC_ALL) {\n"
+ "-\t\t\tif (ret == ENOMEM && wbc->sync_mode == WB_SYNC_ALL) {\n"
+ "+\t\t\tif (ret == -ENOMEM && wbc->sync_mode == WB_SYNC_ALL) {\n"
  " \t\t\t\tif (io->io_bio) {\n"
  " \t\t\t\t\text4_io_submit(io);\n"
  " \t\t\t\t\tcongestion_wait(BLK_RW_ASYNC, HZ/50);"
 
-b24393c092d66288fe5f164b65f014ed4de4a3620b3e6ebdfcc5450b7137205e
+b2e89805dcc45d38b1c20b0061687447c8a05ac2567597c508c0275ccb2f67ff

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.