From 1cf2665b5bdfc63185fb4a416bff54b14ad30c79 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 6 May 2015 16:01:56 -0400 Subject: [PATCH] namei: kill nd->link Just store it in nd->stack[nd->depth].link right in pick_link(). Now that we make sure of stack expansion in pick_link(), we can do so... Signed-off-by: Al Viro --- Reading git-format-patch failed