From: Al Viro Date: Sun, 19 Apr 2015 00:30:49 +0000 (-0400) Subject: link_path_walk: kill the recursion X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cd74685c75fada80c9444cde150434702aba56;p=pandora-kernel.git link_path_walk: kill the recursion absolutely straightforward now - the only variables we need to preserve across the recursive call are name, link and cookie, and recursion depth is limited (and can is equal to nd->depth). So arrange an array of triples to hold instances of those and be done with that. Signed-off-by: Al Viro --- Reading git-diff-tree failed