commit | f4fdace94722cd4ca60bf72816de01ab911c45d8 | [log] [tgz] |
---|---|---|
author | Oleg Drokin <green@linuxhacker.ru> | Thu Jul 07 22:04:04 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 16:35:02 2016 -0400 |
tree | 22f99290ef803c667ac1e2c5a0d07f8b96aabee8 | |
parent | a4a4f9439c73b921ef246368fc6f2d7c0281e99d [diff] |
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>