From 697fc6ca666cdb2638211229c8fa3b81eb6f2f1a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 2 May 2015 19:38:35 -0400 Subject: [PATCH] namei: move link/cookie pairs into nameidata Array of MAX_NESTED_LINKS + 1 elements put into nameidata; what used to be a local array in link_path_walk() occupies entries 1 .. MAX_NESTED_LINKS in it, link and cookie from the trailing symlink handling loops - entry 0. This is _not_ the final arrangement; just an easily verified incremental step. Signed-off-by: Al Viro --- Reading git-format-patch failed