From: Al Viro Date: Wed, 3 Mar 2010 17:58:31 +0000 (-0500) Subject: Revert "autofs4: always use lookup for lookup" X-Git-Tag: v2.6.34-rc1~205^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1ae27a96d9860e6c4348673e8fb6a0322511fe;p=pandora-kernel.git Revert "autofs4: always use lookup for lookup" This reverts commit 213614d583748d00967a91cacd656f417efb36ce. Alas, ->d_revalidate() can't rely on ->lookup() finishing what it's started; if d_alloc() in do_lookup() fails, we are not going to call ->lookup() at all. Signed-off-by: Al Viro --- Reading git-diff-tree failed