net_sched: fix class grafting errno codes
authorPatrick McHardy <kaber@trash.net>
Fri, 4 Sep 2009 06:41:13 +0000 (06:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Sep 2009 06:10:15 +0000 (23:10 -0700)
commitc9f1d0389b962521af1e2b699c8ee5e299d77b85
treee317e8b012be8b31b303bdb3f6ee5e3929de0a7b
parentb1f57195585e376d1944c32c046359640b06a669
net_sched: fix class grafting errno codes

If the parent qdisc doesn't support classes, use EOPNOTSUPP.
If the parent class doesn't exist, use ENOENT. Currently EINVAL
is returned in both cases.

Additionally check whether grafting is supported and remove a now
unnecessary graft function from sch_ingress.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c
net/sched/sch_ingress.c