From: Tristan Schmelcher Date: Mon, 8 Jul 2013 20:19:49 +0000 (-0400) Subject: uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases X-Git-Tag: v3.11-rc2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7473534130c3156d199512c99ff1b796233e8547;p=pandora-kernel.git uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases which_tmpdir did the wrong thing if /dev/shm was a symlink (e.g., to /run/shm), if there were multiple mounts on top of each other, if the mount(s) were obscured by a later mount, or if /dev/shm was a prefix of another mount point. This fixes these cases. Applies to 3.9.6. Signed-off-by: Tristan Schmelcher Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed