All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200508013559.g5WZPjEJv%akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 6071aba..36cb7d2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,4 +56,13 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 +		if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist))
  			ep_pm_stay_awake_rcu(epi);
 -		goto out_unlock;
--	}
\ No newline at end of file
+-	}
+-
+-	/* If this file is already in the ready list we exit soon */
+-	if (!ep_is_linked(epi) &&
+-	    list_add_tail_lockless(&epi->rdllink, &ep->rdllist)) {
+-		ep_pm_stay_awake_rcu(epi);
+ 	}
+ 
+ 	/*
+_
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 59a50fd..0d7f41c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -87,7 +87,16 @@
   "+\t\tif (list_add_tail_lockless(&epi->rdllink, &ep->rdllist))\n",
   " \t\t\tep_pm_stay_awake_rcu(epi);\n",
   "-\t\tgoto out_unlock;\n",
-  "-\t}"
+  "-\t}\n",
+  "-\n",
+  "-\t/* If this file is already in the ready list we exit soon */\n",
+  "-\tif (!ep_is_linked(epi) &&\n",
+  "-\t    list_add_tail_lockless(&epi->rdllink, &ep->rdllist)) {\n",
+  "-\t\tep_pm_stay_awake_rcu(epi);\n",
+  " \t}\n",
+  " \n",
+  " \t/*\n",
+  "_"
 ]
 
-07ad57857d1537fa19618d7781e3da95ab6f9f25b26a3a7f63493a1504356c3c
+a2c490755a7a13dc4c93cb974a861e38e2e462b9f80db9c41102f7c2c07a7e20

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.