netlink: Make nlmsg_find_attr take a const nlmsghdr*.
authorNelson Elhage <nelhage@ksplice.com>
Wed, 3 Nov 2010 16:35:40 +0000 (16:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Nov 2010 19:26:34 +0000 (12:26 -0700)
commit6b8c92ba07287578718335ce409de8e8d7217e40
tree2faf1c0398cd6236af4193dd78c4e27207358fc2
parent1f1b9c9990205759aae31b7734b0ede41a867f32
netlink: Make nlmsg_find_attr take a const nlmsghdr*.

This will let us use it on a nlmsghdr stored inside a netlink_callback.

Signed-off-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h