commit | 2af4b52988fd4f7ae525fcada29d4db8680033d6 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Feb 05 02:03:33 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 06 15:18:34 2015 -0800 |
tree | 79e380d3877cc9d72cfcc3122916bac0af4c2056 | |
parent | a5ec68e3b8f2c95ea1a5d23dd543abbe0c8d0624 [diff] |
rhashtable: Wait for RCU readers after final unzip work We need to wait for all RCU readers to complete after the last bit of unzipping has been completed. Otherwise the old table is freed up prematurely. Fixes: 7e1e77636e36 ("lib: Resizable, Scalable, Concurrent Hash Table") Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>