]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/dir.c
Merge remote-tracking branch 'fscache/fscache'
[karo-tx-linux.git] / fs / nfs / dir.c
index 02b0df769e2db23d18d7787e27066ebaa684bbd0..dbfd1f3d626a9ab51eef904b4b816139828e2b26 100644 (file)
@@ -1381,7 +1381,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;
 }