提交 7b4d6da4 编写于 作者: G Gustavo A. R. Silva 提交者: J. Bruce Fields

nfsd: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Warning level 2 was used: -Wimplicit-fallthrough=2
Signed-off-by: NGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 9cc3b98d
...@@ -980,6 +980,7 @@ static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback ...@@ -980,6 +980,7 @@ static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback
break; break;
case -ESERVERFAULT: case -ESERVERFAULT:
++session->se_cb_seq_nr; ++session->se_cb_seq_nr;
/* Fall through */
case 1: case 1:
case -NFS4ERR_BADSESSION: case -NFS4ERR_BADSESSION:
nfsd4_mark_cb_fault(cb->cb_clp, cb->cb_seq_status); nfsd4_mark_cb_fault(cb->cb_clp, cb->cb_seq_status);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册