diff options
Diffstat (limited to 'net/sched/cls_api.c')
-rw-r--r-- | net/sched/cls_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 1a4a20267787..45527e6b52db 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c | |||
@@ -135,7 +135,7 @@ static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n) | |||
135 | int tp_created = 0; | 135 | int tp_created = 0; |
136 | 136 | ||
137 | if ((n->nlmsg_type != RTM_GETTFILTER) && | 137 | if ((n->nlmsg_type != RTM_GETTFILTER) && |
138 | !ns_capable(net->user_ns, CAP_NET_ADMIN)) | 138 | !netlink_ns_capable(skb, net->user_ns, CAP_NET_ADMIN)) |
139 | return -EPERM; | 139 | return -EPERM; |
140 | 140 | ||
141 | replay: | 141 | replay: |