mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04: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:
committed by
Greg Kroah-Hartman
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",
|
||||
|
||||
Reference in New Issue
Block a user