Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD626C74A44 for ; Sat, 11 Mar 2023 08:14:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229933AbjCKIO4 (ORCPT ); Sat, 11 Mar 2023 03:14:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjCKIOv (ORCPT ); Sat, 11 Mar 2023 03:14:51 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0DEA140526 for ; Sat, 11 Mar 2023 00:14:50 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 2969968AA6; Sat, 11 Mar 2023 09:14:47 +0100 (CET) Date: Sat, 11 Mar 2023 09:14:46 +0100 From: hch To: Richard Weinberger Cc: torvalds , Daniel Palmer , hch , linux-mtd , linux-kernel Subject: Re: [GIT PULL] JFFS2, UBI and UBIFS updates for v6.3-rc1 Message-ID: <20230311081446.GA17461@lst.de> References: <1115586887.187161.1677658022188.JavaMail.zimbra@nod.at> <349964589.230468.1678469537890.JavaMail.zimbra@nod.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <349964589.230468.1678469537890.JavaMail.zimbra@nod.at> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 10, 2023 at 06:32:17PM +0100, Richard Weinberger wrote: > Indeed, I'm able to reproduce the problem and adding blk_mq_end_request() > back fixes it. Yes, that was my braino about failures from ->queue_req being handled by the block layer by doing completions, but successful I/O of course is not.