]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/net/netlink.h
netlink: constify nlmsghdr arguments
authorPatrick McHardy <kaber@trash.net>
Tue, 25 Aug 2009 14:07:40 +0000 (16:07 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 25 Aug 2009 14:07:40 +0000 (16:07 +0200)
commit3a6c2b419b7768703cfb2cabdb894517c5065e33
treed8d8dc9ad34ffdd2f0f56876e9d3b6f0e6d5eceb
parent74f7a6552c8d76ffc5e11eb8d9d6c07238b9ae77
netlink: constify nlmsghdr arguments

Consitfy nlmsghdr arguments to a couple of functions as preparation
for the next patch, which will constify the netlink message data in
all nfnetlink users.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netlink.h
include/net/netlink.h
include/net/rtnetlink.h
net/netlink/af_netlink.c
net/sched/act_api.c