aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zfs_vfsops.c
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-10-10 09:45:38 -0700
committerBrian Behlendorf <[email protected]>2019-10-10 09:45:37 -0700
commitc5858ff9462719be60b2ffb0065dd01508a63162 (patch)
treeea8dfb5c8f7298f5102c5422cfc3e6bb608d9373 /module/os/linux/zfs/zfs_vfsops.c
parent381d91de7de42222419ea8fbe2a956f9aebe3f7a (diff)
Make clang happy with vdev_raidz_ code
The macros are used to generate code for conditions without a corresponding branch. This is not a problem in practice, but clang has no way of knowing that. Add a default branch with a VERIFY(0) to indicate that it "can't happen" ``` In file included from \ /usr/home/mmacy/devel/ZoF/module/zfs/vdev_raidz_math_sse2.c:607: /usr/home/mmacy/devel/ZoF/module/zfs/vdev_raidz_math_impl.h:281:3: \ error: no case matching constant switch condition '3' [-Werror] ``` Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9434
Diffstat (limited to 'module/os/linux/zfs/zfs_vfsops.c')
0 files changed, 0 insertions, 0 deletions