Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1738193pxb; Thu, 4 Nov 2021 07:37:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwFAtc89AfyoEyJU9h9e4bhTsXSHUNtt0sISgLRyLufiRSgdmXDj4vsdj6S0uAQWz3osdrq X-Received: by 2002:a17:906:128d:: with SMTP id k13mr64243036ejb.517.1636036674300; Thu, 04 Nov 2021 07:37:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1636036674; cv=none; d=google.com; s=arc-20160816; b=gDFHSNnID6/lwA+HNE773fz6/E38xy3FjzcWRSqC8dY125pEBbxa0F/aLgQjs0L9Cp GGvLxdBgtYwx0ry94NXe4GKsETrZupXpIrW7q04KLtWcfxpQ0OXuCRG/4zgg9+X6luZA owXUsW0hjM6GMTdlxvl5HXhr8n+pJ5enpbA96oDC3ZHxBPuoe7jVxl7MmBosoyczcwDM pRv0Kdd5Zi5vuJCwg54OxeYSU1tdpQ3fyoFinQ3Mv8yf6hfMHtFo6/AgIAZr7v35af7P da/1/1/hAgJC11fNKY5ziYSNw0RDMpJ03H6AZgP4yFe9XldjiohhdAZalsggwx+rynS/ wzbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=hUNp7we7OpCuNTVtOdni9AhsSRw6rKjSa1d+20Otep4=; b=Sq5iMGQAjbU1BFRw7IJAeNumY/8LR8VtUP0XIC7u3Ro3zvR2FLF/5GzA4//aGUNqji ZPaFOr14efcC+Iy8bR/UeSFbfnGV6cF1MDpVucUT8301O+U04sw64ZfLe0i0tv/udy80 vLQs0ygl7MKYoww4FDMA6MLzPr3oZPWAa3l3Vg4f9nz9a0OLD2fiG3kGmNHDLi54EX/W 4YV6MUFUV1ZWDzu2jm1hLRYAmOyD6mtGNk6hWXjx7zlkqJEJBiK0rVLwq0uP/VHt6hpI 6MrvqEMhcIs0EVuIHoO0kHg/qXpRQws5j4X/amMQbotE8O/OwH8qK8aJ1rS+/I9xuQ3W wzxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k10si6588518ejx.627.2021.11.04.07.37.00; Thu, 04 Nov 2021 07:37:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230409AbhKDOja (ORCPT + 99 others); Thu, 4 Nov 2021 10:39:30 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:59725 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229505AbhKDOj3 (ORCPT ); Thu, 4 Nov 2021 10:39:29 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1A4EanwW012934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 4 Nov 2021 10:36:50 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 925B615C00B9; Thu, 4 Nov 2021 10:36:49 -0400 (EDT) Date: Thu, 4 Nov 2021 10:36:49 -0400 From: "Theodore Ts'o" To: Eric Whitney Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH] Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" Message-ID: References: <20211012171901.5352-1-enwlinux@gmail.com> <163415796177.214938.9752602885736039327.b4-ty@mit.edu> <20211103191457.GA3838@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211103191457.GA3838@localhost.localdomain> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Nov 03, 2021 at 03:14:57PM -0400, Eric Whitney wrote: > > This reversion isn't visible in the 5.15 kernel. We'll want to get this in as > a bug fix to 5.15.1 if possible. Please let me know if there's anything I can > do to expedite. Ack, I forgot to send a pull request to Linus before 5.15 went out, sorry about that. I've updated the commit description to include a cc:stable and it will be going out with the other ext4 patches for this merge window. Cheers, - Ted