From 1543972678e31bcfbc7f15170c12fb601c9f5c90 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 4 May 2015 08:34:59 -0400 Subject: [PATCH] namei: have terminate_walk() do put_link() on everything left All callers of terminate_walk() are followed by more or less open-coded eqiuvalent of "do put_link() on everything left in nd->stack". Better done in terminate_walk() itself, and when we go for RCU symlink traversal we'll have to do it there anyway. Signed-off-by: Al Viro --- Reading git-format-patch failed