From: Stanislav Kinsbursky Date: Wed, 2 May 2012 12:08:38 +0000 (+0400) Subject: SUNRPC: new svc_bind() routine introduced X-Git-Tag: v3.5-rc1~18^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9793f7c88937e7ac07305ab1af1a519225836823;p=pandora-kernel.git SUNRPC: new svc_bind() routine introduced This new routine is responsible for service registration in a specified network context. The idea is to separate service creation from per-net operations. Note also: since registering service with svc_bind() can fail, the service will be destroyed and during destruction it will try to unregister itself from rpcbind. In this case unregistration has to be skipped. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed