From: Herbert Xu <[EMAIL PROTECTED]>
Date: Fri, 31 Aug 2007 20:09:30 +0800

> Hi Dave:
> 
> [NETLINK]: Avoid pointer in netlink_run_queue
> 
> I was looking at Patrick's fix to inet_diag and it occured
> to me that we're using a pointer argument to return values
> unnecessarily in netlink_run_queue.  Changing it to return
> the value will allow the compiler to generate better code
> since the value won't have to be memory-backed.
> 
> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

Applied to net-2.6.24, thanks Herbert.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to