Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...
[pandora-kernel.git] / fs / nfs / dir.c
index 6cc51ae..9a8676f 100644 (file)
@@ -1387,7 +1387,7 @@ static struct nfs_open_context *create_nfs_open_context(struct dentry *dentry, i
 
 static int do_open(struct inode *inode, struct file *filp)
 {
-       nfs_fscache_set_inode_cookie(inode, filp);
+       nfs_fscache_open_file(inode, filp);
        return 0;
 }