]> git.baikalelectronics.ru Git - kernel.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)
commit8a7421b2c506dd7a5751bbbc35dc99d4795d1b52
treea58ac708adc4b3c7a4151089a0815667be7d9937
parentc5da51dd4878ae1595bba6a6816391590d870c09
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