From: Stanislav Kinsbursky Date: Fri, 13 Jan 2012 08:52:18 +0000 (+0400) Subject: SUNRPC: optimize net_ns dereferencing in rpcbind creation calls X-Git-Tag: v3.4-rc1~123^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea75a10add779b722650aa10836247e7d609fd7;p=pandora-kernel.git SUNRPC: optimize net_ns dereferencing in rpcbind creation calls Static rpcbind creation functions can be parametrized by network namespace pointer, calculated only once, instead of using init_net pointer (or taking it from current when virtualization will be comleted) in many places. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed