]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: cls_api: Fix the the wrong parameter
authorYajun Deng <yajun.deng@linux.dev>
Thu, 22 Jul 2021 03:23:43 +0000 (11:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jul 2021 07:48:03 +0000 (00:48 -0700)
commitc05f39c6b1d142d65fb04415691b88ba57ec35a7
tree0d9eecd04e1fc3100cc89cbc2e78c99771537399
parentef04769f6fd3046ced5805874ef2b9b1410c2c4e
net: sched: cls_api: Fix the the wrong parameter

The 4th parameter in tc_chain_notify() should be flags rather than seq.
Let's change it back correctly.

Fixes: b73bda75ff93 ("net: sched: introduce chain object to uapi")
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c