commit | fb3cfe6e75b9d05c87265e85e67d7caf6e5b44a7 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jul 24 16:50:30 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 27 22:34:35 2014 -0700 |
tree | 3dfe9c9ddebc20bd61571db6d23ff660a67a3485 | |
parent | 36c7778218b93d96d88d68f116a711f6a598b72f [diff] |
inet: frag: remove hash size assumptions from callers hide actual hash size from individual users: The _find function will now fold the given hash value into the required range. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>