]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 22 Nov 2012 03:49:36 +0000 (22:49 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 22 Nov 2012 03:59:28 +0000 (22:59 -0500)
The function nfs4_get_machine_cred_locked is used by NFSv4.0 routines
too.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4_fs.h

index a525fdefccdeb475edb9468c1467e6196db20246..ea4e36241044e8bd8007b006bc784211190af5a4 100644 (file)
@@ -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 *);