commit | 17c157c889f4b07258af6bfec9e4e9dcf3c00178 | [log] [tgz] |
---|---|---|
author | Thomas Graf <[email protected]> | Tue Nov 14 19:46:02 2006 -0800 |
committer | David S. Miller <[email protected]> | Sat Dec 02 21:22:42 2006 -0800 |
tree | f17be049a40b5742ca7e67094d6a7063146568d5 | |
parent | 81878d27fdd297a33f3cfcf29483fe1abaf26dec [diff] |
[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 <[email protected]> Acked-by: Paul Moore <[email protected]> Signed-off-by: David S. Miller <[email protected]>