Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8efec2 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

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: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cd84f6cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -939,6 +939,7 @@ cfs_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu)
		spin_lock(&cpt_data.cpt_lock);
		spin_lock(&cpt_data.cpt_lock);
		cpt_data.cpt_version++;
		cpt_data.cpt_version++;
		spin_unlock(&cpt_data.cpt_lock);
		spin_unlock(&cpt_data.cpt_lock);
		/* Fall through */
	default:
	default:
		if (action != CPU_DEAD && action != CPU_DEAD_FROZEN) {
		if (action != CPU_DEAD && action != CPU_DEAD_FROZEN) {
			CDEBUG(D_INFO, "CPU changed [cpu %u action %lx]\n",
			CDEBUG(D_INFO, "CPU changed [cpu %u action %lx]\n",