Commit 20428a80 authored by J. Bruce Fields's avatar J. Bruce Fields

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: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 2bbfed98
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment