lwtunnel: remove device arg to lwtunnel_build_state
Nothing about lwt state requires a device reference, so remove the input argument. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
@@ -133,7 +133,7 @@ drop:
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
static int mpls_build_state(struct net_device *dev, struct nlattr *nla,
|
||||
static int mpls_build_state(struct nlattr *nla,
|
||||
unsigned int family, const void *cfg,
|
||||
struct lwtunnel_state **ts)
|
||||
{
|
||||
|
新增問題並參考
封鎖使用者