commit | 71bb0012c38fbd090a56b3cb96e9f626c415d264 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Mon Feb 23 04:35:06 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 23 15:23:19 2015 -0500 |
tree | 9c80e83770cfe40973b784b2939eefe86a9b8586 | |
parent | 85689b24c539133d05022942e986df78e9bcfae1 [diff] |
rhashtable: initialize all rhashtable walker members Commit f2dba9c6ff ("rhashtable: Introduce rhashtable_walk_*") forgot to initialize the members of struct rhashtable_walker after allocating it, which caused an undefined value for 'resize' which is used later on. Fixes: f2dba9c6ff ("rhashtable: Introduce rhashtable_walk_*") Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>