From: Al Viro Date: Wed, 30 May 2012 02:03:48 +0000 (-0400) Subject: vfs: umount_tree() might be called on subtree that had never made it X-Git-Tag: v3.5-rc1~15^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d37a84ab6004c235314ffd7a76c5eb28c2fae0;p=pandora-kernel.git vfs: umount_tree() might be called on subtree that had never made it __mnt_make_shortterm() in there undoes the effect of __mnt_make_longterm() we'd done back when we set ->mnt_ns non-NULL; it should not be done to vfsmounts that had never gone through commit_tree() and friends. Kudos to lczerner for catching that one... Cc: stable@vger.kernel.org Signed-off-by: Al Viro --- Reading git-diff-tree failed