Re: [PATCHv3 net-next 1/6] bridge: simplify the flush_store by calling store_bridge_parm

2016-04-09 Thread Nikolay Aleksandrov
On 04/08/2016 06:03 PM, Xin Long wrote: > There are some repetitive codes in flush_store, we can remove > them by calling store_bridge_parm, also, it would send rtnl notification > after we add it in store_bridge_parm in the following patches. > > Signed-off-by: Xin Long > --- > net/bridge/br_sy

[PATCHv3 net-next 1/6] bridge: simplify the flush_store by calling store_bridge_parm

2016-04-08 Thread Xin Long
There are some repetitive codes in flush_store, we can remove them by calling store_bridge_parm, also, it would send rtnl notification after we add it in store_bridge_parm in the following patches. Signed-off-by: Xin Long --- net/bridge/br_sysfs_br.c | 14 +++--- 1 file changed, 7 insert