Re: [PATCH] net: ceph: mark expected switch fall-throughs

2017-10-16 Thread Ilya Dryomov
On Sun, Oct 15, 2017 at 7:55 PM, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva > --- > net/ceph/ceph_hash.c | 12 +++- > net/ceph/messenger.c | 1 + > n

[PATCH] net: ceph: mark expected switch fall-throughs

2017-10-15 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- net/ceph/ceph_hash.c | 12 +++- net/ceph/messenger.c | 1 + net/ceph/mon_client.c | 1 + 3 files changed, 13 insertions(+), 1 deletion(-