switchdev: remove "ABORT" transaction phase
No longer used by drivers, as transaction queue with item destructors takes care of abort phase internally in switchdev code. So kill it. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2b8a61a6fd
commit
9f6467cf22
2 changed files with 2 additions and 9 deletions
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
enum switchdev_trans_ph {
|
||||
SWITCHDEV_TRANS_PREPARE,
|
||||
SWITCHDEV_TRANS_ABORT,
|
||||
SWITCHDEV_TRANS_COMMIT,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue