From: Oleg Drokin Date: Tue, 16 Feb 2016 05:47:11 +0000 (-0500) Subject: staging/lustre: Update cfs_cpu_notify switch statement with a comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4d8efec27137bbdbc7f192337093650aa23daa2e;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c b/drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c index 6c3e4481c058..7318b77dc45a 100644 --- a/drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c +++ b/drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c @@ -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",