diff options
author | Simon Horman <[email protected]> | 2015-05-21 12:40:17 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-05-21 17:20:55 -0400 |
commit | df6a20673011e89f7fbe3d667eee0a9550679841 (patch) | |
tree | 338bdd1e6d8a5ddd231c36d10588d353be52193b /tools/perf/scripts/python/syscall-counts.py | |
parent | 550ecc92feb10fdb7ab1d052707b11bca955de5f (diff) |
rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional
The motivation for this is that rocker_port_internal_vlan_id_{get,put} appear
to only partially implement the transaction model: memory allocation
and freeing is transactional, but hash and bitmap manipulation is not.
The latter could be fixed, however, as it is not currently exercised
due to trans always being SWITCHDEV_TRANS_NONE it seems cleaner
to make rocker_port_internal_vlan_id_get non-transactional.
This problem was introduced by c4f20321d968 ("rocker: support
prepare-commit transaction model").
Found by inspection.
I do not believe that this change should have any run-time effect.
Acked-by: Scott Feldman <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions