]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
NFS: super: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 02:49:19 +0000 (20:49 -0600)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 17 Nov 2017 21:43:51 +0000 (16:43 -0500)
commitfd53dde83978ba5f7db3183ce56b3a1c39f448b0
tree5bc5a102e3db7c532983ccf8d6801d783f28a822
parent6c67a3e4a46a95c8aa8228dafb3676bc1a9b4871
NFS: super: mark expected switch fall-throughs

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

Addresses-Coverity-ID: 703509
Addresses-Coverity-ID: 703510
Addresses-Coverity-ID: 703511
Addresses-Coverity-ID: 703512
Addresses-Coverity-ID: 703513
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/super.c