[GENL]: Add genlmsg_put_reply() to simplify building reply headers
authorThomas Graf <tgraf@suug.ch>
Wed, 15 Nov 2006 03:46:02 +0000 (19:46 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:42 +0000 (21:22 -0800)
commit17c157c889f4b07258af6bfec9e4e9dcf3c00178
treef17be049a40b5742ca7e67094d6a7063146568d5
parent81878d27fdd297a33f3cfcf29483fe1abaf26dec
[GENL]: Add genlmsg_put_reply() to simplify building reply headers

By modyfing genlmsg_put() to take a genl_family and by adding
genlmsg_put_reply() the process of constructing the netlink
and generic netlink headers is simplified.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
kernel/taskstats.c
net/netlabel/netlabel_cipso_v4.c
net/netlabel/netlabel_mgmt.c
net/netlabel/netlabel_unlabeled.c
net/netlabel/netlabel_user.h
net/netlink/genetlink.c