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:

committed by
David S. Miller

parent
2b8a61a6fd
commit
9f6467cf22
@@ -19,7 +19,6 @@
|
||||
|
||||
enum switchdev_trans_ph {
|
||||
SWITCHDEV_TRANS_PREPARE,
|
||||
SWITCHDEV_TRANS_ABORT,
|
||||
SWITCHDEV_TRANS_COMMIT,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user