File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ static void ipmr_free_table(struct mr_table *mrt)
437
437
{
438
438
struct net * net = read_pnet (& mrt -> net );
439
439
440
- DEBUG_NET_WARN_ON_ONCE (!ipmr_can_free_table (net ));
440
+ WARN_ON_ONCE (!ipmr_can_free_table (net ));
441
441
442
442
timer_shutdown_sync (& mrt -> ipmr_expire_timer );
443
443
mroute_clean_tables (mrt , MRT_FLUSH_VIFS | MRT_FLUSH_VIFS_STATIC |
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ static void ip6mr_free_table(struct mr_table *mrt)
416
416
{
417
417
struct net * net = read_pnet (& mrt -> net );
418
418
419
- DEBUG_NET_WARN_ON_ONCE (!ip6mr_can_free_table (net ));
419
+ WARN_ON_ONCE (!ip6mr_can_free_table (net ));
420
420
421
421
timer_shutdown_sync (& mrt -> ipmr_expire_timer );
422
422
mroute_clean_tables (mrt , MRT6_FLUSH_MIFS | MRT6_FLUSH_MIFS_STATIC |
You can’t perform that action at this time.
0 commit comments