[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1446484426.23275.22.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Mon, 02 Nov 2015 09:13:46 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Aaron Conole <aconole@...heb.org>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] af_unix: optimize unix_writable by inlining
On Mon, 2015-11-02 at 12:01 -0500, Aaron Conole wrote:
> unix_writable() originally was inlined, but was changed as part of
> commit 1586a5877db9 ("af_unix: do not report POLLOUT on
> listeners"). Re-enable the inline flag.
>
> Signed-off-by: Aaron Conole <aconole@...heb.org>
> Cc: Eric Dumazet <edumazet@...gle.com>
> ---
We leave this to the compiler nowadays.
If you take a look at disassembly, you'll see your patch has no effect
at all.
--
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