Linux 5.3: Fix switch() fall though compiler errors
commita9ebdfdd43204b8f907c5395cd68b2d745544730
authorTony Hutter <hutter2@llnl.gov>
Wed, 21 Aug 2019 16:29:23 +0000 (21 09:29 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 21 Aug 2019 16:29:23 +0000 (21 09:29 -0700)
tree15ab1d6261a1c0e6791334ed809c81895e193bbc
parentf66a1f88fb31716030c97f71df13a7ecef365a79
Linux 5.3: Fix switch() fall though compiler errors

Fix some switch() fall-though compiler errors:

    abd.c:1504:9: error: this statement may fall through

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #9170
module/lua/llex.c
module/zfs/abd.c
module/zfs/vdev_raidz_math_scalar.c