nfsd: fix fall-through annotations
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 2 Oct 2018 10:08:48 +0000 (12:08 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Oct 2018 20:58:04 +0000 (16:58 -0400)
commit0ac203cb1f03734606c0674eded43aaefb5a491a
tree570fc5c2f7416048d976ab3d7421cc689503c757
parent736c6625de666f3fd0b47428f10568154033151a
nfsd: fix fall-through annotations

Replace "fallthru" with a proper "fall through" annotation.

Also, add an annotation were it is expected to fall through.

These fixes are part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/vfs.c