]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
switchdev: reduce transaction phase enum down to a boolean
authorJiri Pirko <jiri@mellanox.com>
Thu, 24 Sep 2015 08:02:49 +0000 (10:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 05:59:22 +0000 (22:59 -0700)
commitf623ab7f51b1bfb523c9cd492747392abf3c4421
treea58ac708adc4b3c7a4151089a0815667be7d9937
parent79a62eb22a5fa4ee5e1f21af5e1f19f493dac5e0
switchdev: reduce transaction phase enum down to a boolean

Now, since we have only 2 values for transaction phase, just use bool.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/switchdev.h
net/switchdev/switchdev.c