]> git.baikalelectronics.ru Git - kernel.git/commit
netlink: Improve returned error codes
authorThomas Graf <tgraf@suug.ch>
Tue, 3 Jun 2008 23:36:54 +0000 (16:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jun 2008 23:36:54 +0000 (16:36 -0700)
commit89cf50d73bc4b334c6729e6a8403e7bc0fb30c44
tree3aed4521aa2d74a36ee2b192c2e229fd23fbe732
parentc5394688df8455e8ef4d163e1cf2a7e0f51dd4c2
netlink: Improve returned error codes

Make nlmsg_trim(), nlmsg_cancel(), genlmsg_cancel(), and
nla_nest_cancel() void functions.

Return -EMSGSIZE instead of -1 if the provided message buffer is not
big enough.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
include/net/netlink.h
net/core/neighbour.c
net/core/rtnetlink.c
net/netlink/attr.c
net/netlink/genetlink.c
net/sched/sch_dsmark.c
net/sched/sch_gred.c
net/sched/sch_hfsc.c
net/sched/sch_red.c
net/wireless/nl80211.c