mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
nfsd: mark cb path down on unknown errors
An unexpected error is probably a sign that something is wrong with the callback path. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
2bbfed98a4
commit
20428a8047
@ -1126,6 +1126,7 @@ static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback
|
||||
}
|
||||
break;
|
||||
default:
|
||||
nfsd4_mark_cb_fault(cb->cb_clp, cb->cb_seq_status);
|
||||
dprintk("%s: unprocessed error %d\n", __func__,
|
||||
cb->cb_seq_status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user