diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-12-11 09:16:26 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-12-11 09:16:26 -0500 |
commit | 7ce0171d4f78992184faed87ea897d730b972965 (patch) | |
tree | 71dba7444672eb10244566e6f0ed7829f1e3abf5 /fs/nfs/nfs4_fs.h | |
parent | 1fa8064429d0acbf5bbf3c8a53f65679fdacc75e (diff) | |
parent | 81d9bce5309288086b58b4d97a644e495fef75f2 (diff) |
Merge branch 'bugfixes' into nfs-for-next
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 4635bf51b3e6..a3f488b074a2 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -308,13 +308,13 @@ extern void nfs4_renew_state(struct work_struct *); | |||
308 | 308 | ||
309 | /* nfs4state.c */ | 309 | /* nfs4state.c */ |
310 | struct rpc_cred *nfs4_get_setclientid_cred(struct nfs_client *clp); | 310 | struct rpc_cred *nfs4_get_setclientid_cred(struct nfs_client *clp); |
311 | struct rpc_cred *nfs4_get_machine_cred_locked(struct nfs_client *clp); | ||
311 | struct rpc_cred *nfs4_get_renew_cred_locked(struct nfs_client *clp); | 312 | struct rpc_cred *nfs4_get_renew_cred_locked(struct nfs_client *clp); |
312 | int nfs4_discover_server_trunking(struct nfs_client *clp, | 313 | int nfs4_discover_server_trunking(struct nfs_client *clp, |
313 | struct nfs_client **); | 314 | struct nfs_client **); |
314 | int nfs40_discover_server_trunking(struct nfs_client *clp, | 315 | int nfs40_discover_server_trunking(struct nfs_client *clp, |
315 | struct nfs_client **, struct rpc_cred *); | 316 | struct nfs_client **, struct rpc_cred *); |
316 | #if defined(CONFIG_NFS_V4_1) | 317 | #if defined(CONFIG_NFS_V4_1) |
317 | struct rpc_cred *nfs4_get_machine_cred_locked(struct nfs_client *clp); | ||
318 | struct rpc_cred *nfs4_get_exchange_id_cred(struct nfs_client *clp); | 318 | struct rpc_cred *nfs4_get_exchange_id_cred(struct nfs_client *clp); |
319 | int nfs41_discover_server_trunking(struct nfs_client *clp, | 319 | int nfs41_discover_server_trunking(struct nfs_client *clp, |
320 | struct nfs_client **, struct rpc_cred *); | 320 | struct nfs_client **, struct rpc_cred *); |