9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS
[deliverable/linux.git] / fs / 9p / vfs_inode_dotl.c
index a7c481402c4654416106d22d1ed7d85f65f6f8e1..4c10edec26a04a5796f417da7151f3b5ae2b77fb 100644 (file)
@@ -141,9 +141,7 @@ static struct inode *v9fs_qid_iget_dotl(struct super_block *sb,
                goto error;
 
        v9fs_stat2inode_dotl(st, inode);
-#ifdef CONFIG_9P_FSCACHE
        v9fs_cache_inode_get_cookie(inode);
-#endif
        retval = v9fs_get_acl(inode, fid);
        if (retval)
                goto error;
@@ -355,10 +353,8 @@ v9fs_vfs_atomic_open_dotl(struct inode *dir, struct dentry *dentry,
        if (err)
                goto err_clunk_old_fid;
        file->private_data = ofid;
-#ifdef CONFIG_9P_FSCACHE
        if (v9ses->cache)
                v9fs_cache_inode_set_cookie(inode, file);
-#endif
        *opened |= FILE_CREATED;
 out:
        v9fs_put_acl(dacl, pacl);
This page took 0.026144 seconds and 5 git commands to generate.