From: Al Viro Date: Mon, 4 May 2015 12:26:45 +0000 (-0400) Subject: namei: take put_link() into {lookup,mountpoint,do}_last() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191d7f73e25c460858bd9467d528b48fdb8cef59;p=pandora-kernel.git namei: take put_link() into {lookup,mountpoint,do}_last() rationale: we'll need to have terminate_walk() do put_link() on everything, which will mean that in some cases ..._last() will do put_link() anyway. Easier to have them do it in all cases. Signed-off-by: Al Viro --- Reading git-diff-tree failed