From: Stanislav Kinsbursky Date: Mon, 20 Aug 2012 14:00:16 +0000 (+0400) Subject: NFS: move per-net callback thread initialization to nfs_callback_up_net() X-Git-Tag: v3.7-rc1~58^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c946556b8749beb357e2d2860e7dac757972dd3d;p=pandora-kernel.git NFS: move per-net callback thread initialization to nfs_callback_up_net() v4: 1) Callback transport creation routine selection by version simlified. This new function in now called before nfs_minorversion_callback_svc_setup()). Also few small changes: 1) current network namespace in nfs_callback_up() was replaced by transport net. 2) svc_shutdown_net() was moved prior to callback usage counter decrement (because in case of per-net data allocation faulure svc_shutdown_net() have to be skipped). Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed