diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 8f169dc789db..18d64cb5985b 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -236,7 +236,7 @@ extern int nfs4_proc_async_renew(struct nfs_client *, struct rpc_cred *); | |||
236 | extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); | 236 | extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); |
237 | extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); | 237 | extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); |
238 | extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); | 238 | extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); |
239 | extern int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait); | 239 | extern int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc); |
240 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); | 240 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); |
241 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, | 241 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
242 | struct nfs4_fs_locations *fs_locations, struct page *page); | 242 | struct nfs4_fs_locations *fs_locations, struct page *page); |