From: Herbert Xu Date: Sun, 16 Sep 2007 23:24:44 +0000 (-0700) Subject: [NETLINK]: Avoid pointer in netlink_run_queue X-Git-Tag: v2.6.24-rc1~1454^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cfad07555312468296ea3bbbcdf99038f58678b;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed