From: Stanislav Kinsbursky Date: Fri, 4 May 2012 08:49:41 +0000 (+0400) Subject: SUNRPC: move per-net operations from svc_destroy() X-Git-Tag: v3.5-rc1~18^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786185b5f8abefa6a8a16695bb4a59c164d5a071;p=pandora-kernel.git SUNRPC: move per-net operations from svc_destroy() The idea is to separate service destruction and per-net operations, because these are two different things and the mix looks ugly. Notes: 1) For NFS server this patch looks ugly (sorry for that). But these place will be rewritten soon during NFSd containerization. 2) LockD per-net counter increase int lockd_up() was moved prior to make_socks() to make lockd_down_net() call safe in case of error. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed