From: Al Viro Date: Wed, 9 Mar 2011 02:16:28 +0000 (-0500) Subject: nd->inode is not set on the second attempt in path_walk() X-Git-Tag: v2.6.38~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b306419ae08d9def53f2142a37cc0a58622307a8;p=pandora-kernel.git nd->inode is not set on the second attempt in path_walk() We leave it at whatever it had been pointing to after the first link_path_walk() had failed with -ESTALE. Things do not work well after that... Signed-off-by: Al Viro --- Reading git-diff-tree failed