]> asedeno.scripts.mit.edu Git - linux.git/commit
nfsd: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 1 Aug 2018 02:24:10 +0000 (21:24 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 9 Aug 2018 20:11:21 +0000 (16:11 -0400)
commit7b4d6da4bb6d0ece17ca27f0b4612df87f873d83
treee40a1bbdc8a44a485f5266c1b15878cac660b66c
parent9cc3b98d1fdb0d279c6ba9264cac1ae2210497d2
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: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4callback.c