Re: [PATCH] scm: fold __scm_send() into scm_send()
From: Andrew Morton <hidden>
Date: 2006-03-13 22:15:55
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2006-03-13 22:15:55
Also in:
lkml
Benjamin LaHaise [off-list ref] wrote:
On Mon, Mar 13, 2006 at 09:05:31PM +0100, Ingo Oeser wrote:quoted
From: Ingo Oeser <redacted> Fold __scm_send() into scm_send() and remove that interface completly from the kernel.Whoa, what are you doing here?
scm_send() and scm_recv() are already uninlined in Dave's tree - this patch does further consolidation.
Uninlining scm_send() is a Bad Thing to do given that scm_send() is in the AF_UNIX hot path.
scm_send() and scm_recv() are in _two_ AF_UNIX hotpaths...