From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 14 Jun 2017 09:07:42 +0000 Subject: Re: [PATCH] block: missing break in process_queued_bios() Message-Id: <20170614090742.GA15501@lst.de> List-Id: References: <20170614090437.GA31017@elgon.mountain> In-Reply-To: <20170614090437.GA31017@elgon.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Mike Snitzer , kernel-janitors@vger.kernel.org, linux-raid@vger.kernel.org, dm-devel@redhat.com, Shaohua Li , Christoph Hellwig , Alasdair Kergon On Wed, Jun 14, 2017 at 12:04:37PM +0300, Dan Carpenter wrote: > This used to be a fall through case, but we shifted code around and I > think we want a break here now. > > Fixes: 4e4cbee93d56 ("block: switch bios to blk_status_t") > Signed-off-by: Dan Carpenter Thanks Dan, this looks coreect: Acked-by: Christoph Hellwig