Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe20d7d5 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1



The function nfs4_get_machine_cred_locked is used by NFSv4.0 routines
too.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 642fe4d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,13 +321,13 @@ extern void nfs4_renew_state(struct work_struct *);

/* nfs4state.c */
struct rpc_cred *nfs4_get_setclientid_cred(struct nfs_client *clp);
struct rpc_cred *nfs4_get_machine_cred_locked(struct nfs_client *clp);
struct rpc_cred *nfs4_get_renew_cred_locked(struct nfs_client *clp);
int nfs4_discover_server_trunking(struct nfs_client *clp,
			struct nfs_client **);
int nfs40_discover_server_trunking(struct nfs_client *clp,
			struct nfs_client **, struct rpc_cred *);
#if defined(CONFIG_NFS_V4_1)
struct rpc_cred *nfs4_get_machine_cred_locked(struct nfs_client *clp);
struct rpc_cred *nfs4_get_exchange_id_cred(struct nfs_client *clp);
int nfs41_discover_server_trunking(struct nfs_client *clp,
			struct nfs_client **, struct rpc_cred *);