aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_raidz_math_scalar.c
diff options
context:
space:
mode:
authorJorgen Lundman <[email protected]>2022-02-16 01:58:59 +0900
committerGitHub <[email protected]>2022-02-15 08:58:59 -0800
commit9a70e97fe14addacdc4139fd0ae4bce1c3344456 (patch)
tree25eab04b16e2018fa68e09951f405c5484b1a669 /module/zfs/vdev_raidz_math_scalar.c
parentae07fc1393062507b62d9d475e57393be590e432 (diff)
Rename fallthrough to zfs_fallthrough
Unfortunately macOS has obj-C keyword "fallthrough" in the OS headers. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Damian Szuberski <[email protected]> Signed-off-by: Jorgen Lundman <[email protected]> Closes #13097
Diffstat (limited to 'module/zfs/vdev_raidz_math_scalar.c')
-rw-r--r--module/zfs/vdev_raidz_math_scalar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/vdev_raidz_math_scalar.c b/module/zfs/vdev_raidz_math_scalar.c
index 9e9c15ff4..35fafe230 100644
--- a/module/zfs/vdev_raidz_math_scalar.c
+++ b/module/zfs/vdev_raidz_math_scalar.c
@@ -142,7 +142,7 @@ static const struct {
a.b[6] = mul_lt[a.b[6]]; \
a.b[5] = mul_lt[a.b[5]]; \
a.b[4] = mul_lt[a.b[4]]; \
- fallthrough; \
+ zfs_fallthrough; \
case 4: \
a.b[3] = mul_lt[a.b[3]]; \
a.b[2] = mul_lt[a.b[2]]; \