From: Stanislav Kinsbursky Date: Fri, 1 Feb 2013 12:56:22 +0000 (+0300) Subject: nfsd: disable usermode helper client tracker in container X-Git-Tag: v3.9-rc1~40^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a50306934f416e74ba27cbfb88855c22251525;p=pandora-kernel.git nfsd: disable usermode helper client tracker in container This tracker uses khelper kthread to execute binaries. Execution itself is done from kthread context - i.e. global root is used. This is not suitable for containers with own root. So, disable this tracker for a while. Note: one of possible solutions can be pass "init" callback to khelper, which will swap root to desired one. Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed