commit | c5783311a1248c437614d438b69c5f31fe483ecb | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Fri Apr 12 11:52:08 2019 +1000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 12 17:34:45 2019 -0700 |
tree | ad689580e015c966a1ed5b949e88e47b0eca8775 | |
parent | e4edbe3c1f44c84f319149aeb998e7e36b3b897f [diff] |
rhashtable: reorder some inline functions and macros. This patch only moves some code around, it doesn't change the code at all. A subsequent patch will benefit from this as it needs to add calls to functions which are now defined before the call-site, but weren't before. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>