diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index cee871471e8d..deaf37f5a7a9 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -236,6 +236,7 @@ extern int nfs4_open_revalidate(struct inode *, struct dentry *, int, struct nam | |||
236 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); | 236 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); |
237 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, | 237 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
238 | struct nfs4_fs_locations *fs_locations, struct page *page); | 238 | struct nfs4_fs_locations *fs_locations, struct page *page); |
239 | extern void nfs4_release_lockowner(const struct nfs4_lock_state *); | ||
239 | 240 | ||
240 | #if defined(CONFIG_NFS_V4_1) | 241 | #if defined(CONFIG_NFS_V4_1) |
241 | static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *server) | 242 | static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *server) |