Whamcloud - gitweb
LU-16518 lst: fix switch-case unannotated fall-through (2) 45/58345/4
authorTimothy Day <timday@amazon.com>
Sat, 8 Mar 2025 18:33:28 +0000 (13:33 -0500)
committerOleg Drokin <green@whamcloud.com>
Tue, 17 Jun 2025 02:50:02 +0000 (02:50 +0000)
commit7055e949d3f5fc8318577dab9967ad74cac832c6
tree892446a9be28934286865985a45332f208ae0d0e
parent30c3fe01d93128ff636de1d3c12217a77b9fa623
LU-16518 lst: fix switch-case unannotated fall-through (2)

Fix more unannotated fall-through errors reported by Clang,
by moving the default case to the end of the switch-case
statement.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I12fb3bf709f2edd6ef03f58c122255319dc91049
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58345
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/selftest/framework.c
lnet/selftest/rpc.c
lnet/selftest/selftest.h