commit | 92c14d9b5ee86fd6cf136c01b6a87353522aebdd | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Tue Sep 22 18:56:43 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 24 12:25:23 2015 -0700 |
tree | 06a095b1c2f948b3a045e12406b0ca8020c20bf5 | |
parent | 06e60e5912c0373b15143cc52e4a11fafeaafff3 [diff] |
genetlink: simplify genl_notify The genl_notify function has too many arguments for no real reason - all callers use genl_info to get them anyway. Just pass the genl_info down to genl_notify. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>