diff for duplicates of <20190528162603.GA24097@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 6f9c1a0..c77de51 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -217,7 +217,7 @@ Why not just use a kref? > + struct watch *w; > + > + hlist_for_each_entry(w, &wlist->watchers, list_node) { -> + if (watch->id = w->id) +> + if (watch->id == w->id) > + return -EBUSY; > + } > + diff --git a/a/content_digest b/N1/content_digest index 63431e5..7047aec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0155905931502.7587.11705449537368497489.stgit@warthog.procyon.org.uk\0" "From\0Greg KH <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH 1/7] General notification queue with user mmap()'able ring buffer\0" - "Date\0Tue, 28 May 2019 16:26:03 +0000\0" + "Date\0Tue, 28 May 2019 18:26:03 +0200\0" "To\0David Howells <dhowells@redhat.com>\0" "Cc\0viro@zeniv.linux.org.uk" raven@themaw.net @@ -233,7 +233,7 @@ "> +\tstruct watch *w;\n" "> +\n" "> +\thlist_for_each_entry(w, &wlist->watchers, list_node) {\n" - "> +\t\tif (watch->id = w->id)\n" + "> +\t\tif (watch->id == w->id)\n" "> +\t\t\treturn -EBUSY;\n" "> +\t}\n" "> +\n" @@ -376,4 +376,4 @@ "\n" greg k-h -a89b026ebbee08d56dd64d36ff92b7928446b42314de87763221dd27470f0e9c +0aa230b0f7182079781911e746c8b2126a223ac049c59fbc603cba7aa0aa59cd
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.