netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Two clean-ups for rhashtable.
@ 2019-03-21  3:42 NeilBrown
  2019-03-21  3:42 ` [PATCH 1/2] rhashtable: don't hold lock on first table throughout insertion NeilBrown
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: NeilBrown @ 2019-03-21  3:42 UTC (permalink / raw)
  To: David Miller; +Cc: tgraf, netdev, herbert, linux-kernel

These two patches make small improvements to
rhashtable, but are otherwise unrelated.

Thanks to Herbert, Miguel, and Paul for the review.

NeilBrown

---

NeilBrown (2):
      rhashtable: don't hold lock on first table throughout insertion.
      rhashtable: rename rht_for_each*continue as *from.


 .clang-format              |    8 +++----
 include/linux/rhashtable.h |   53 ++++++++++++++++---------------------------
 lib/rhashtable.c           |   54 ++++++++++++++------------------------------
 3 files changed, 41 insertions(+), 74 deletions(-)

--
Signature


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-21 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21  3:42 [PATCH 0/2] Two clean-ups for rhashtable NeilBrown
2019-03-21  3:42 ` [PATCH 1/2] rhashtable: don't hold lock on first table throughout insertion NeilBrown
2019-03-21  3:42 ` [PATCH 2/2] rhashtable: rename rht_for_each*continue as *from NeilBrown
2019-03-21 21:01 ` [PATCH 0/2] Two clean-ups for rhashtable David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).