commit | ec2e45a978b05cd9711e804a41b8a5bc829a8650 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon Apr 03 00:53:15 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 03 19:04:48 2017 -0700 |
tree | dce827fc16f1119dc93208ccb1d43bbcaf838357 | |
parent | f31cc7e8155f392583a1e3cc2e83ddbc43bacbb3 [diff] |
flowcache: more "unsigned int" Make ->hash_count, ->low_watermark and ->high_watermark unsigned int and propagate unsignedness to other variables. This change doesn't change code generation because these fields aren't used in 64-bit contexts but make it anyway: these fields can't be negative numbers. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>