diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-07-25 13:59:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-25 14:53:52 -0400 |
commit | 5f00bcb38ef9a980a33c6dbdc0044964b05f22dd (patch) | |
tree | 3175fb9375aecb50bde1be0bf4fa8aa8155131d6 /fs/nfs/nfs4_fs.h | |
parent | 34006cee28f7344f9557a4be3816c7891b1bbab1 (diff) | |
parent | b6844e8f64920cdee620157252169ba63afb0c89 (diff) |
Merge branch 'master' into devel and apply fixup from Stephen Rothwell:
vfs/nfs: fixup for nfs_open_context change
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index c30aed2c70f4..1909ee8be350 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -241,7 +241,7 @@ extern int nfs4_proc_async_renew(struct nfs_client *, struct rpc_cred *); | |||
241 | extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); | 241 | extern int nfs4_proc_renew(struct nfs_client *, struct rpc_cred *); |
242 | extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); | 242 | extern int nfs4_init_clientid(struct nfs_client *, struct rpc_cred *); |
243 | extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); | 243 | extern int nfs41_init_clientid(struct nfs_client *, struct rpc_cred *); |
244 | extern int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc); | 244 | extern int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc); |
245 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); | 245 | extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); |
246 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, | 246 | extern int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
247 | struct nfs4_fs_locations *fs_locations, struct page *page); | 247 | struct nfs4_fs_locations *fs_locations, struct page *page); |
@@ -344,8 +344,8 @@ extern struct nfs4_state_owner * nfs4_get_state_owner(struct nfs_server *, struc | |||
344 | extern void nfs4_put_state_owner(struct nfs4_state_owner *); | 344 | extern void nfs4_put_state_owner(struct nfs4_state_owner *); |
345 | extern struct nfs4_state * nfs4_get_open_state(struct inode *, struct nfs4_state_owner *); | 345 | extern struct nfs4_state * nfs4_get_open_state(struct inode *, struct nfs4_state_owner *); |
346 | extern void nfs4_put_open_state(struct nfs4_state *); | 346 | extern void nfs4_put_open_state(struct nfs4_state *); |
347 | extern void nfs4_close_state(struct path *, struct nfs4_state *, fmode_t); | 347 | extern void nfs4_close_state(struct nfs4_state *, fmode_t); |
348 | extern void nfs4_close_sync(struct path *, struct nfs4_state *, fmode_t); | 348 | extern void nfs4_close_sync(struct nfs4_state *, fmode_t); |
349 | extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t); | 349 | extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t); |
350 | extern void nfs4_schedule_lease_recovery(struct nfs_client *); | 350 | extern void nfs4_schedule_lease_recovery(struct nfs_client *); |
351 | extern void nfs4_schedule_state_manager(struct nfs_client *); | 351 | extern void nfs4_schedule_state_manager(struct nfs_client *); |
@@ -378,8 +378,8 @@ extern struct svc_version nfs4_callback_version4; | |||
378 | 378 | ||
379 | #else | 379 | #else |
380 | 380 | ||
381 | #define nfs4_close_state(a, b, c) do { } while (0) | 381 | #define nfs4_close_state(a, b) do { } while (0) |
382 | #define nfs4_close_sync(a, b, c) do { } while (0) | 382 | #define nfs4_close_sync(a, b) do { } while (0) |
383 | 383 | ||
384 | #endif /* CONFIG_NFS_V4 */ | 384 | #endif /* CONFIG_NFS_V4 */ |
385 | #endif /* __LINUX_FS_NFS_NFS4_FS.H */ | 385 | #endif /* __LINUX_FS_NFS_NFS4_FS.H */ |