Skip to content

Commit

Permalink
NFS export nfs4_async_handle_error
Browse files Browse the repository at this point in the history
Make this function available to nfs42proc.c

Signed-off-by: Olga Kornievskaia <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
  • Loading branch information
olgakorn1 authored and amschuma-ntap committed Aug 9, 2018
1 parent bc0c907 commit 0f913a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fs/nfs/nfs4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ int nfs4_replace_transport(struct nfs_server *server,

/* nfs4proc.c */
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 *,
struct rpc_message *, struct nfs4_sequence_args *,
struct nfs4_sequence_res *, int);
Expand Down
2 changes: 1 addition & 1 deletion fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server,
return ret;
}

static int
int
nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server,
struct nfs4_state *state, long *timeout)
{
Expand Down

0 comments on commit 0f913a5

Please sign in to comment.