From: Linus Torvalds Date: Fri, 8 Mar 2013 17:03:07 +0000 (-0800) Subject: vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink X-Git-Tag: v3.9-rc2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b54c165a0c012edbaeaa73c5c87cb73721eb580;p=pandora-kernel.git vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink It's "normal" - it can happen if the file descriptor you followed was opened with O_NOFOLLOW. Reported-by: Dave Jones Cc: Al Viro Cc: stable@kernel.org Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed