aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r--fs/9p/vfs_inode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
index 83af2b7e65db..95f55011aca1 100644
--- a/fs/9p/vfs_inode.c
+++ b/fs/9p/vfs_inode.c
@@ -608,6 +608,10 @@ v9fs_vfs_create(struct inode *dir, struct dentry *dentry, int mode,
608 } 608 }
609 609
610 filp->private_data = fid; 610 filp->private_data = fid;
611#ifdef CONFIG_9P_FSCACHE
612 if (v9ses->cache)
613 v9fs_cache_inode_set_cookie(dentry->d_inode, filp);
614#endif
611 } else 615 } else
612 p9_client_clunk(fid); 616 p9_client_clunk(fid);
613 617