[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141209141931.68386652@urahara>
Date: Tue, 9 Dec 2014 14:19:31 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Alex Gartrell <agartrell@...com>
Cc: <jasonwang@...hat.com>, <davem@...emloft.net>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<mst@...hat.com>, <herbert@...dor.apena.org.au>,
<kernel-team@...com>
Subject: Re: [RFC PATCH net-next] tun: support retrieving multiple packets
in a single read with IFF_MULTI_READ
On Thu, 4 Dec 2014 20:00:00 -0800
Alex Gartrell <agartrell@...com> wrote:
>
> +static inline size_t tun_calc_max_put_len(const struct tun_struct *tun)
> +{
> + size_t len = 0;
No need for inline with local static function. Let compiler decide.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists