Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203758
b: refs/heads/master
c: 416c2f9
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and David S. Miller committed Jul 27, 2010
1 parent 9b2be67 commit 6172e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f78f09f76540c9a986bc321a186a291f4bb40925
refs/heads/master: 416c2f9cf5524cb53392cbcf99fef7aa687192ce
9 changes: 4 additions & 5 deletions trunk/net/netlink/genetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ int genl_register_ops(struct genl_family *family, struct genl_ops *ops)
errout:
return err;
}
EXPORT_SYMBOL(genl_register_ops);

/**
* genl_unregister_ops - unregister generic netlink operations
Expand Down Expand Up @@ -337,6 +338,7 @@ int genl_unregister_ops(struct genl_family *family, struct genl_ops *ops)

return -ENOENT;
}
EXPORT_SYMBOL(genl_unregister_ops);

/**
* genl_register_family - register a generic netlink family
Expand Down Expand Up @@ -405,6 +407,7 @@ int genl_register_family(struct genl_family *family)
errout:
return err;
}
EXPORT_SYMBOL(genl_register_family);

/**
* genl_register_family_with_ops - register a generic netlink family
Expand Down Expand Up @@ -485,6 +488,7 @@ int genl_unregister_family(struct genl_family *family)

return -ENOENT;
}
EXPORT_SYMBOL(genl_unregister_family);

static int genl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
{
Expand Down Expand Up @@ -899,11 +903,6 @@ static int __init genl_init(void)

subsys_initcall(genl_init);

EXPORT_SYMBOL(genl_register_ops);
EXPORT_SYMBOL(genl_unregister_ops);
EXPORT_SYMBOL(genl_register_family);
EXPORT_SYMBOL(genl_unregister_family);

static int genlmsg_mcast(struct sk_buff *skb, u32 pid, unsigned long group,
gfp_t flags)
{
Expand Down

0 comments on commit 6172e17

Please sign in to comment.