diff for duplicates of <20171222013937.GA7829@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index bc153d9..d545036 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,22 +14,22 @@ On Thu, Dec 21, 2017 at 09:31:23AM -0800, Rao Shoaib wrote: > rcutiny.h: > > static inline void kfree_call_rcu(struct rcu_head *head, -> void (*func)(struct rcu_head *rcu)) +> void (*func)(struct rcu_head *rcu)) > { -> call_rcu(head, func); +> call_rcu(head, func); > } > > tree.c: > > void kfree_call_rcu(struct rcu_head *head, -> void (*func)(struct rcu_head *rcu)) +> void (*func)(struct rcu_head *rcu)) > { -> __call_rcu(head, func, rcu_state_p, -1, 1); +> __call_rcu(head, func, rcu_state_p, -1, 1); > } > EXPORT_SYMBOL_GPL(kfree_call_rcu); > > If we want the code to be exactly same I can create a lazy version -> for tiny as well. However, I don not know where to move +> for tiny as well. However, I don not know where to move > kfree_call_rcu() from it's current home in rcutiny.h though. Any > thoughts ? @@ -92,10 +92,4 @@ laziness. > resubmit. > > Shoaib -> - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> +> diff --git a/a/content_digest b/N1/content_digest index 22da10b..7d5d067 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -27,22 +27,22 @@ "> rcutiny.h:\n" "> \n" "> static inline void kfree_call_rcu(struct rcu_head *head,\n" - "> void (*func)(struct rcu_head *rcu))\n" + "> \302\240\302\240\302\240 \302\240\302\240\302\240 \302\240\302\240\302\240 \302\240\302\240\302\240 \302\240 void (*func)(struct rcu_head *rcu))\n" "> {\n" - "> call_rcu(head, func);\n" + "> \302\240\302\240\302\240 call_rcu(head, func);\n" "> }\n" "> \n" "> tree.c:\n" "> \n" "> void kfree_call_rcu(struct rcu_head *head,\n" - "> void (*func)(struct rcu_head *rcu))\n" + "> \302\240\302\240\302\240 \302\240\302\240\302\240 \302\240\302\240\302\240 void (*func)(struct rcu_head *rcu))\n" "> {\n" - "> __call_rcu(head, func, rcu_state_p, -1, 1);\n" + "> \302\240\302\240\302\240 __call_rcu(head, func, rcu_state_p, -1, 1);\n" "> }\n" "> EXPORT_SYMBOL_GPL(kfree_call_rcu);\n" "> \n" "> If we want the code to be exactly same I can create a lazy version\n" - "> for tiny as well. However, I don not know where to move\n" + "> for tiny as well. However,\302\240 I don not know where to move\n" "> kfree_call_rcu() from it's current home in rcutiny.h though. Any\n" "> thoughts ?\n" "\n" @@ -105,12 +105,6 @@ "> resubmit.\n" "> \n" "> Shoaib\n" - "> \n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + > -c261fbea5878e9bd5f9d3e19fb88f942afe211d60b4abdcc174faedb231aaf34 +f805a5e49a8c6d8ccfa89aa7bf89cdce04d81cdd95f0419a9e86a4a39360eafd
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.