commit | a7b11d738282337488ae158c975d76271ad43a98 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Thu May 21 10:34:04 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 21 16:50:22 2009 -0700 |
tree | 82c27ba3224309e442fffbaa7e5d9ae6453a20a1 | |
parent | 4ea7e38696c7e798c47ebbecadfd392f23f814f9 [diff] |
genetlink: Introduce genl_register_family_with_ops() This introduces genl_register_family_with_ops() that registers a genetlink family along with operations from a table. This is used to kill copy'n'paste occurrences in following patches. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>