diff options
author | David Howells <dhowells@redhat.com> | 2012-12-05 16:31:49 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-12-20 22:19:42 +0000 |
commit | a4ff146881c2764d7c3e4ef710e7c27d521ddd51 (patch) | |
tree | 8ccae41f3006989727ea0e915daee791c99c5906 /fs/nfs/fscache.c | |
parent | 969695215f9a865cbf64c4ce3742ac9fc57fffed (diff) | |
download | linux-a4ff146881c2764d7c3e4ef710e7c27d521ddd51.tar.bz2 |
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/fscache.c')
-rw-r--r-- | fs/nfs/fscache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/fscache.c b/fs/nfs/fscache.c index c817787fbdb4..24d1d1c5fcaf 100644 --- a/fs/nfs/fscache.c +++ b/fs/nfs/fscache.c @@ -307,6 +307,7 @@ void nfs_fscache_set_inode_cookie(struct inode *inode, struct file *filp) nfs_fscache_inode_unlock(inode); } } +EXPORT_SYMBOL_GPL(nfs_fscache_set_inode_cookie); /* * Replace a per-inode cookie due to revalidation detecting a file having |