From: Miklos Szeredi Date: Fri, 8 Jul 2005 00:57:27 +0000 (-0700) Subject: [PATCH] namespace.c: fix mnt_namespace zeroing for expired mounts X-Git-Tag: v2.6.13-rc3~217 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0811538b40bb92d339d22364026ed91dfdd147;p=pandora-kernel.git [PATCH] namespace.c: fix mnt_namespace zeroing for expired mounts This patch clears mnt_namespace in an expired mount. If mnt_namespace is not cleared, it's possible to attach a new mount to the already detached mount, because check_mnt() can return true. The effect is a resource leak, since the resulting tree will never be freed. Signed-off-by: Miklos Szeredi Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed