summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4file.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-12-05 16:31:49 +0000
committerDavid Howells <dhowells@redhat.com>2012-12-20 22:19:42 +0000
commita4ff146881c2764d7c3e4ef710e7c27d521ddd51 (patch)
tree8ccae41f3006989727ea0e915daee791c99c5906 /fs/nfs/nfs4file.c
parent969695215f9a865cbf64c4ce3742ac9fc57fffed (diff)
NFS4: Open files for fscaching
nfs4_file_open() should open files for fscaching. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/nfs/nfs4file.c')
-rw-r--r--fs/nfs/nfs4file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4file.c b/fs/nfs/nfs4file.c
index e7699308364a..08ddcccb8887 100644
--- a/fs/nfs/nfs4file.c
+++ b/fs/nfs/nfs4file.c
@@ -5,6 +5,7 @@
*/
#include <linux/nfs_fs.h>
#include "internal.h"
+#include "fscache.h"
#include "pnfs.h"
#define NFSDBG_FACILITY NFSDBG_FILE
@@ -74,6 +75,7 @@ nfs4_file_open(struct inode *inode, struct file *filp)
nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
nfs_file_set_open_context(filp, ctx);
+ nfs_fscache_set_inode_cookie(inode, filp);
err = 0;
out_put_ctx: