NFS export nfs4_async_handle_error
Make this function available to nfs42proc.c Signed-off-by: Olga Kornievskaia <kolga@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
parent
bc0c9079b4
commit
0f913a57d7
@ -273,6 +273,9 @@ int nfs4_replace_transport(struct nfs_server *server,
|
|||||||
|
|
||||||
/* nfs4proc.c */
|
/* nfs4proc.c */
|
||||||
extern int nfs4_handle_exception(struct nfs_server *, int, struct nfs4_exception *);
|
extern int nfs4_handle_exception(struct nfs_server *, int, struct nfs4_exception *);
|
||||||
|
extern int nfs4_async_handle_error(struct rpc_task *task,
|
||||||
|
struct nfs_server *server,
|
||||||
|
struct nfs4_state *state, long *timeout);
|
||||||
extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
|
extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
|
||||||
struct rpc_message *, struct nfs4_sequence_args *,
|
struct rpc_message *, struct nfs4_sequence_args *,
|
||||||
struct nfs4_sequence_res *, int);
|
struct nfs4_sequence_res *, int);
|
||||||
|
@ -596,7 +596,7 @@ out_retry:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server,
|
nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server,
|
||||||
struct nfs4_state *state, long *timeout)
|
struct nfs4_state *state, long *timeout)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user