Re: [PATCH] Move sk_setup_caps out of line

2007-04-20 Thread David Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Thu, 5 Apr 2007 12:46:21 +0200 > It is far too large to be an inline and not in any hot paths. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Also applied, thanks Andi. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body o

[PATCH] Move sk_setup_caps out of line

2007-04-05 Thread Andi Kleen
It is far too large to be an inline and not in any hot paths. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Index: linux-2.6.21-rc1-net/include/net/sock.h === --- linux-2.6.21-rc1-net.orig/include/net/sock.h +++ linux-2.6.21-rc1-net