commit | 499ac3b60f657dae82055fc81c7b01e6242ac9bc | [log] [tgz] |
---|---|---|
author | Paul Blakey <paulb@mellanox.com> | Sun Mar 04 17:29:49 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 07 10:44:03 2018 -0500 |
tree | b4ce7ff013f2a4870d8cbf5f4306c04825010db0 | |
parent | d3dcf8eb615537526bd42ff27a081d46d337816e [diff] |
test_rhashtable: add test case for rhltable with duplicate objects Tries to insert duplicates in the middle of bucket's chain: bucket 1: [[val 21 (tid=1)]] -> [[ val 1 (tid=2), val 1 (tid=0) ]] Reuses tid to distinguish the elements insertion order. Signed-off-by: Paul Blakey <paulb@mellanox.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>