From ed3c453a0787ddc10c5ce6010bd6ac663c740b68 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 20 Jan 2011 23:10:26 +0100 Subject: Un-inline functions which are not small enough --- kernel/ip_set_core.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kernel/ip_set_core.c') diff --git a/kernel/ip_set_core.c b/kernel/ip_set_core.c index 6e48412..425da11 100644 --- a/kernel/ip_set_core.c +++ b/kernel/ip_set_core.c @@ -60,7 +60,7 @@ ip_set_type_unlock(void) /* Register and deregister settype */ -static inline struct ip_set_type * +static struct ip_set_type * find_set_type(const char *name, u8 family, u8 revision) { struct ip_set_type *type; @@ -717,7 +717,7 @@ ip_set_setname_policy[IPSET_ATTR_CMD_MAX + 1] = { .len = IPSET_MAXNAMELEN - 1 }, }; -static inline void +static void ip_set_destroy_set(ip_set_id_t index) { struct ip_set *set = ip_set_list[index]; @@ -766,7 +766,7 @@ ip_set_destroy(struct sock *ctnl, struct sk_buff *skb, /* Flush sets */ -static inline void +static void ip_set_flush_set(struct ip_set *set) { pr_debug("set: %s", set->name); @@ -929,7 +929,7 @@ dump_attrs(struct nlmsghdr *nlh) } } -static inline int +static int dump_init(struct netlink_callback *cb) { struct nlmsghdr *nlh = nlmsg_hdr(cb->skb); -- cgit v1.2.3