mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-09 01:02:50 +07:00
staging/lustre: Update cfs_cpu_notify switch statement with a comment
We do really mean to fall through to that default case statement from all previous ones, so add a comment to unconfuse verious tools Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd84f6cc5c
commit
4d8efec271
@ -939,6 +939,7 @@ cfs_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu)
|
||||
spin_lock(&cpt_data.cpt_lock);
|
||||
cpt_data.cpt_version++;
|
||||
spin_unlock(&cpt_data.cpt_lock);
|
||||
/* Fall through */
|
||||
default:
|
||||
if (action != CPU_DEAD && action != CPU_DEAD_FROZEN) {
|
||||
CDEBUG(D_INFO, "CPU changed [cpu %u action %lx]\n",
|
||||
|
Loading…
Reference in New Issue
Block a user