aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/dir.c')
-rw-r--r--fs/fuse/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
index c9627c95482..c9a8a426a39 100644
--- a/fs/fuse/dir.c
+++ b/fs/fuse/dir.c
@@ -347,7 +347,7 @@ static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry,
347 } 347 }
348 348
349 entry = newent ? newent : entry; 349 entry = newent ? newent : entry;
350 entry->d_op = &fuse_dentry_operations; 350 d_set_d_op(entry, &fuse_dentry_operations);
351 if (outarg_valid) 351 if (outarg_valid)
352 fuse_change_entry_timeout(entry, &outarg); 352 fuse_change_entry_timeout(entry, &outarg);
353 else 353 else