[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)
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>

No differences found