Re: [PATCH 02/18] net: use wrapper functions of net_ratelimit() to simplify code

2013-10-15 Thread Kefeng Wang
Thanks for your reply. On 10/16 0:24, Joe Perches wrote: > On Tue, 2013-10-15 at 19:44 +0800, Kefeng Wang wrote: >> Wrapper functions net_ratelimited_function() and net_XXX_ratelimited() >> are called to simplify code. > [] >> diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c > [] >> @@ -465,

Re: [PATCH 02/18] net: use wrapper functions of net_ratelimit() to simplify code

2013-10-15 Thread Joe Perches
On Tue, 2013-10-15 at 19:44 +0800, Kefeng Wang wrote: > Wrapper functions net_ratelimited_function() and net_XXX_ratelimited() > are called to simplify code. [] > diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c [] > @@ -465,10 +465,8 @@ void br_fdb_update(struct net_bridge *br, struct > net

[PATCH 02/18] net: use wrapper functions of net_ratelimit() to simplify code

2013-10-15 Thread Kefeng Wang
Wrapper functions net_ratelimited_function() and net_XXX_ratelimited() are called to simplify code. Signed-off-by: Kefeng Wang --- net/bridge/br_fdb.c | 6 ++ net/bridge/br_multicast.c | 13 - net/bridge/br_stp_bpdu.c | 11 ---