commit | 31168a6d129aebc02f92d4b7cc9946c0b6364c2b | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Sat Aug 03 00:47:59 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 08 17:57:54 2019 -0700 |
tree | 0683387b991e4813bca6ecbc7b02f7cd53d7e49c | |
parent | b3a598eb0d6b5c88ef8284c5dc95986eea365054 [diff] |
dpaa_eth: 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>