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

diff --git a/a/1.txt b/N1/1.txt
index a82d209..7b40905 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,7 +13,7 @@ index 79b1130..c07498a 100644
  			switch (rqdata.cmd) {
  				case NCP_LOCK_EX:
  				case NCP_LOCK_SH:
--						if (rqdata.timeout = 0)
+-						if (rqdata.timeout == 0)
 +						if (rqdata.timeout <= 0)
  							rqdata.timeout = NCP_LOCK_DEFAULT_TIMEOUT;
  						else if (rqdata.timeout > NCP_LOCK_MAX_TIMEOUT)
diff --git a/a/content_digest b/N1/content_digest
index 2fcc352..c92ff08 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] ncpfs: don't allow negative timeouts\0"
- "Date\0Tue, 10 Nov 2015 09:09:24 +0000\0"
+ "Date\0Tue, 10 Nov 2015 12:09:24 +0300\0"
  "To\0Petr Vandrovec <petr@vandrovec.name>\0"
  "Cc\0Jan Kara <jack@suse.cz>"
   David Howells <dhowells@redhat.com>
@@ -25,10 +25,10 @@
  " \t\t\tswitch (rqdata.cmd) {\n"
  " \t\t\t\tcase NCP_LOCK_EX:\n"
  " \t\t\t\tcase NCP_LOCK_SH:\n"
- "-\t\t\t\t\t\tif (rqdata.timeout = 0)\n"
+ "-\t\t\t\t\t\tif (rqdata.timeout == 0)\n"
  "+\t\t\t\t\t\tif (rqdata.timeout <= 0)\n"
  " \t\t\t\t\t\t\trqdata.timeout = NCP_LOCK_DEFAULT_TIMEOUT;\n"
  " \t\t\t\t\t\telse if (rqdata.timeout > NCP_LOCK_MAX_TIMEOUT)\n"
  " \t\t\t\t\t\t\trqdata.timeout = NCP_LOCK_MAX_TIMEOUT;"
 
-039845c5f3d25808fed093f4155bff2e0923c77dbf4e2c3fd937b909e9efc694
+f3db1ce818abce1d12ffeeb8ed45d0cd9bbb75b1cf9ec177b9eda28476792e39

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.