From: J. Bruce Fields Date: Wed, 23 Oct 2013 20:09:16 +0000 (-0400) Subject: dcache: fix outdated DCACHE_NEED_LOOKUP comment X-Git-Tag: v3.13-rc1~107^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a2c3be03973d61b6cb89ff870e758c86327bb7;p=pandora-kernel.git dcache: fix outdated DCACHE_NEED_LOOKUP comment The DCACHE_NEED_LOOKUP case referred to here was removed with 39e3c9553f34381a1b664c27b0c696a266a5735e "vfs: remove DCACHE_NEED_LOOKUP". There are only four real_lookup() callers and all of them pass in an unhashed dentry just returned from d_alloc. Signed-off-by: J. Bruce Fields Signed-off-by: Al Viro --- Reading git-diff-tree failed