[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170925.203428.970573407216523903.davem@davemloft.net>
Date: Mon, 25 Sep 2017 20:34:28 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: fw@...len.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3 3/6] rtnetlink: add helper to dump ifalias
From: Florian Westphal <fw@...len.de>
Date: Sat, 23 Sep 2017 21:26:33 +0200
> @@ -1332,6 +1332,14 @@ static int nla_put_iflink(struct sk_buff *skb, const struct net_device *dev)
> return nla_put_u32(skb, IFLA_LINK, ifindex);
> }
>
> +static noinline int nla_put_ifalias(struct sk_buff *skb, struct net_device *dev)
Please do use inline annoations in foo.c files unless there is a very strong
specific need.
Thank you.
Powered by blists - more mailing lists