From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps.thesusis.net (vps.thesusis.net [34.202.238.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CAFDFF50D for ; Sat, 6 Jan 2024 20:29:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=thesusis.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=thesusis.net Received: by vps.thesusis.net (Postfix, from userid 1000) id F2C6D152165; Sat, 6 Jan 2024 15:29:50 -0500 (EST) From: Phillip Susi To: Sergei Shtylyov , Damien Le Moal Cc: linux-ide@vger.kernel.org Subject: Re: [PATCH 3/4] libata: avoid waking disk for several commands In-Reply-To: <13374917-5c23-1cb4-8484-479cc7d20e7b@gmail.com> References: <87y1d5kxcc.fsf@vps.thesusis.net> <20240104223940.339290-1-phill@thesusis.net> <20240104223940.339290-3-phill@thesusis.net> <13374917-5c23-1cb4-8484-479cc7d20e7b@gmail.com> Date: Sat, 06 Jan 2024 15:29:50 -0500 Message-ID: <87bk9yyzlt.fsf@vps.thesusis.net> Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Sergei Shtylyov writes: > How about a *switch* instead? So what's the status on switch case fall through these days? I thought you just had to add a /* fallthrough */ comment to make it explicit, but gcc is still complaining.