diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-17 02:51:15 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-20 01:29:44 +0300 |
commit | 187e593d2779fb92ae1de06f873d6e192ba35d88 (patch) | |
tree | 8bc020730580a02b79803c1b5f207ed51ee99ea3 /include | |
parent | 3f642a13359468181f29db3d8926ba36530be85e (diff) | |
download | linux-187e593d2779fb92ae1de06f873d6e192ba35d88.tar.xz |
NFS: Clean up nfs_attribute_timeout()
It can be made static.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index fe2e7810ae80..f1da8c8dd473 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -340,7 +340,6 @@ extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *); extern void nfs_access_set_mask(struct nfs_access_entry *, u32); extern int nfs_permission(struct inode *, int); extern int nfs_open(struct inode *, struct file *); -extern int nfs_attribute_timeout(struct inode *inode); extern int nfs_attribute_cache_expired(struct inode *inode); extern int nfs_revalidate_inode(struct nfs_server *server, struct inode *inode); extern int __nfs_revalidate_inode(struct nfs_server *, struct inode *); |