fs: namei fix ->put_link on wrong inode in do_filp_open
authorNick Piggin <npiggin@kernel.dk>
Fri, 14 Jan 2011 08:42:43 +0000 (08:42 +0000)
committerNick Piggin <npiggin@kernel.dk>
Fri, 14 Jan 2011 08:42:43 +0000 (08:42 +0000)
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 <npiggin@kernel.dk>

No differences found