From: Eric W. Biederman Date: Thu, 31 Jan 2013 10:09:50 +0000 (-0800) Subject: ceph: Only allow mounts in the initial network namespace X-Git-Tag: v3.9-rc1~85^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea553c21fbfa486978c82525ee8256239d4f921;p=pandora-kernel.git ceph: Only allow mounts in the initial network namespace Today ceph opens tcp sockets from a delayed work callback. Delayed work happens from kernel threads which are always in the initial network namespace. Therefore fail early if someone attempts to mount a ceph filesystem from something other than the initial network namespace. Cc: Sage Weil Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed