From: Nick Piggin Date: Fri, 14 Jan 2011 08:42:43 +0000 (+0000) Subject: fs: namei fix ->put_link on wrong inode in do_filp_open X-Git-Tag: v2.6.38-rc1~60^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9337aaf98f9941d0927a75217d3ff31afec609;p=pandora-kernel.git fs: namei fix ->put_link on wrong inode in do_filp_open J. R. Okajima noticed that ->put_link is being attempted on the wrong inode, and suggested the way to fix it. I changed it a bit according to Al's suggestion to keep an explicit link path around. Signed-off-by: Nick Piggin --- Reading git-diff-tree failed