vfs: Update lookup_dcache() comment
authorOleg Drokin <green@linuxhacker.ru>
Fri, 8 Jul 2016 02:04:04 +0000 (22:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2016 20:35:02 +0000 (16:35 -0400)
commitf4fdace94722cd4ca60bf72816de01ab911c45d8
tree22f99290ef803c667ac1e2c5a0d07f8b96aabee8
parenta4a4f9439c73b921ef246368fc6f2d7c0281e99d
vfs: Update lookup_dcache() comment

commit 6c51e513a3aa ("lookup_dcache(): lift d_alloc() into callers")
removed the need_lookup argument from lookup_dcache(), but the
comment was forgotten. Also it no longer allocates a new dentry
if nothing was found.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c