From: Miklos Szeredi Date: Fri, 8 Jul 2005 00:57:28 +0000 (-0700) Subject: [PATCH] set mnt_namespace in the correct place X-Git-Tag: v2.6.13-rc3~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484e389c63472a7f8cfb491cf11b047364e59365;p=pandora-kernel.git [PATCH] set mnt_namespace in the correct place This patch sets ->mnt_namespace where it's actually added to the namespace. Previously mnt_namespace was set in do_kern_mount() even if the filesystem was never added to any process's namespace (most kernel-internal filesystems). This discrepancy doesn't actually cause any problems, but it's cleaner if mnt_namespace is NULL for these non exported filesystems. Signed-off-by: Miklos Szeredi Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed