Re: [RFC PATCH net-next 9/9] net: switchdev: delete the transaction object

2020-12-16 Thread Florian Fainelli
On 12/16/2020 5:58 PM, Vladimir Oltean wrote: > Now that all users of struct switchdev_trans have been modified to do > without it, we can remove this structure and the two helpers to determine > the phase. > > Signed-off-by: Vladimir Oltean Reviewed-by: Florian Fainelli -- Florian

[RFC PATCH net-next 9/9] net: switchdev: delete the transaction object

2020-12-16 Thread Vladimir Oltean
Now that all users of struct switchdev_trans have been modified to do without it, we can remove this structure and the two helpers to determine the phase. Signed-off-by: Vladimir Oltean --- include/net/switchdev.h | 14 -- 1 file changed, 14 deletions(-) diff --git a/include/net/swi