aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/namei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/namei.c b/fs/namei.c
index e1fa43346c61..2a5a7aa9f43f 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1298,8 +1298,8 @@ static struct dentry *lookup_dcache(struct qstr *name, struct dentry *dir,
1298} 1298}
1299 1299
1300/* 1300/*
1301 * Call i_op->lookup on the dentry. The dentry must be negative but may be 1301 * Call i_op->lookup on the dentry. The dentry must be negative and
1302 * hashed if it was pouplated with DCACHE_NEED_LOOKUP. 1302 * unhashed.
1303 * 1303 *
1304 * dir->d_inode->i_mutex must be held 1304 * dir->d_inode->i_mutex must be held
1305 */ 1305 */