kernel/vinum: Fix the position of VINUM_LABEL ioctl handling.
commit2c995f40849b20e79621e20576e89e785a0d92a7
authorSascha Wildner <saw@online.de>
Thu, 16 Feb 2017 09:29:00 +0000 (16 10:29 +0100)
committerSascha Wildner <saw@online.de>
Thu, 16 Feb 2017 09:30:03 +0000 (16 10:30 +0100)
tree87e386ea1091626d32bd64fd94e74034e61b5010
parent1647c7bd435093709089283aa68ef831b34caef9
kernel/vinum: Fix the position of VINUM_LABEL ioctl handling.

This was touched in ca6d9fb71787f9d013cb789ad2f41d6fc33fb38e back in
2007, but slightly wrong, because the case was moved into the outer
switch() which doesn't actually handle ioctls, so this case was never
hit there.

With this commit, all of clang's -Wswitch warnings in the kernel build
are fixed.
sys/dev/raid/vinum/vinumioctl.c