diff --git a/fs/namei.c b/fs/namei.c index e1fa43346c612e5e65e75c3e83735fddebf7f236..2a5a7aa9f43ff8141c2cbb48a759ee13eb3e3279 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -1298,8 +1298,8 @@ static struct dentry *lookup_dcache(struct qstr *name, struct dentry *dir, } /* - * Call i_op->lookup on the dentry. The dentry must be negative but may be - * hashed if it was pouplated with DCACHE_NEED_LOOKUP. + * Call i_op->lookup on the dentry. The dentry must be negative and + * unhashed. * * dir->d_inode->i_mutex must be held */