Re: [PATCH] nfsd: Mark expected switch fall-through

2018-08-01 Thread J. Bruce Fields
On Tue, Jul 31, 2018 at 09:24:10PM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. Thanks, applying for 2.19. --b. > > Warning level 2 was used: -Wimplicit-fallthrough=2 > > Signed-off-by: Gustavo

[PATCH] nfsd: Mark expected switch fall-through

2018-07-31 Thread Gustavo A. R. Silva
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: Gustavo A. R. Silva --- fs/nfsd/nfs4callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/nfsd/nfs4callback.