commit | 4b4de39850474350bfc2f3df33ee1c23d0475c59 | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Sat Aug 03 00:48:21 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 08 17:58:40 2019 -0700 |
tree | fcd84345e0df1e14c8d32b371661b7467ce597d3 | |
parent | 31168a6d129aebc02f92d4b7cc9946c0b6364c2b [diff] |
mkiss: Use refcount_t for refcount refcount_t is better for reference counters since its implementation can prevent overflows. So convert atomic_t ref counters to refcount_t. Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>