All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <27533.1567528630@warthog.procyon.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index e2288f4..00e07ba 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ Hillf Danton <hdanton@sina.com> wrote:
 
 > > +	for (i = 0; i < wf->nr_filters; i++) {
 > > +		wt = &wf->filters[i];
-> > +		if (n->type = wt->type &&
+> > +		if (n->type == wt->type &&
 > > +		    (wt->subtype_filter[n->subtype >> 5] &
 > > +		     (1U << (n->subtype & 31))) &&
 > 
@@ -24,9 +24,9 @@ static bool filter_watch_notification(const struct watch_filter *wf,
 
 	for (i = 0; i < wf->nr_filters; i++) {
 		wt = &wf->filters[i];
-		if (n->type = wt->type &&
+		if (n->type == wt->type &&
 		    (wt->subtype_filter[st_index] & st_bit) &&
-		    (n->info & wt->info_mask) = wt->info_filter)
+		    (n->info & wt->info_mask) == wt->info_filter)
 			return true;
 	}
 
diff --git a/a/content_digest b/N1/content_digest
index f5a8bac..5eda233 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020190903085706.7700-1-hdanton@sina.com\0"
  "From\0David Howells <dhowells@redhat.com>\0"
  "Subject\0Re: [PATCH 04/11] General notification queue with user mmap()'able ring buffer [ver #7]\0"
- "Date\0Tue, 03 Sep 2019 16:37:10 +0000\0"
+ "Date\0Tue, 03 Sep 2019 17:37:10 +0100\0"
  "To\0Hillf Danton <hdanton@sina.com>\0"
  "Cc\0dhowells@redhat.com"
   viro@zeniv.linux.org.uk
@@ -25,7 +25,7 @@
  "\n"
  "> > +\tfor (i = 0; i < wf->nr_filters; i++) {\n"
  "> > +\t\twt = &wf->filters[i];\n"
- "> > +\t\tif (n->type = wt->type &&\n"
+ "> > +\t\tif (n->type == wt->type &&\n"
  "> > +\t\t    (wt->subtype_filter[n->subtype >> 5] &\n"
  "> > +\t\t     (1U << (n->subtype & 31))) &&\n"
  "> \n"
@@ -47,9 +47,9 @@
  "\n"
  "\tfor (i = 0; i < wf->nr_filters; i++) {\n"
  "\t\twt = &wf->filters[i];\n"
- "\t\tif (n->type = wt->type &&\n"
+ "\t\tif (n->type == wt->type &&\n"
  "\t\t    (wt->subtype_filter[st_index] & st_bit) &&\n"
- "\t\t    (n->info & wt->info_mask) = wt->info_filter)\n"
+ "\t\t    (n->info & wt->info_mask) == wt->info_filter)\n"
  "\t\t\treturn true;\n"
  "\t}\n"
  "\n"
@@ -58,4 +58,4 @@
  "\n"
  David
 
-937c6af31f49bb5d575d4bda3caac62af512a40a9cbefc8db40eb761c7c76ae0
+237a15b49bbfb98d8e8ab44b4cae0f80d906fe01a940c062f6ea522e1e261d1e

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.