]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'rhashtable-next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2015 05:35:46 +0000 (01:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2015 05:35:46 +0000 (01:35 -0400)
commit5a2f78dd51d9d71aa40cb752af88332f45c884b7
tree582bc65b98879f06bc3e9f28b9adefdc90314725
parent96026d057a1fb7da1e314a24e3a1c528321ed45e
parentc4db8848af6af92f90462258603be844baeab44d
Merge branch 'rhashtable-next'

Herbert Xu says:

====================
rhashtable: Fixes + cleanups + preparation for multiple rehash

Patch 1 fixes the walker so that it behaves properly even during
a resize.

Patch 2-3 are cleanups.

Patch 4-6 lays some ground work for the upcoming multiple rehashing.

This revision fixes the warning coming from the bucket_table->size
downsize and improves its changelog.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>