From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 086FCC34026 for ; Tue, 18 Feb 2020 16:14:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D179722B48 for ; Tue, 18 Feb 2020 16:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582042468; bh=fFn1ZeoNlHUGA1TAePWSyVqbhDwIWxxXNrgF/peZKo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zH/t6cQXpWpipu5g7UahS8LcjAMosQtrHKjhV81aEfFJIQaYiXsA0EQYU8NNL7CeJ 2bYy2eEbav0Jcq06rrxeXoOVB98gHL9m1NdPPagc6s2SvL0FiVMqWeQU4Mlggt+PNp 0ZmAhHXf+zp7FDTK3Y2m9Q4JA+cXFU41QdaHB0HU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726422AbgBRQO2 (ORCPT ); Tue, 18 Feb 2020 11:14:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:49604 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726411AbgBRQO2 (ORCPT ); Tue, 18 Feb 2020 11:14:28 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 89BA521D56; Tue, 18 Feb 2020 16:14:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582042467; bh=fFn1ZeoNlHUGA1TAePWSyVqbhDwIWxxXNrgF/peZKo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C1KDVEADesnn6pH/dPy3cs8PRg4kWoAYss2oz4rQ8l1ZgiDifwk9vKA6GOXeVxpie 7Qk+e6fQsQ9IeYB1E9228sbdbnITW7LpYcWGPNLpg69HAvDPSV2IaH5uR65FmBaBBJ Kt7k29hdu50zQ32iIfx9jihZIq5I9OgsiyB/1EeE= Date: Tue, 18 Feb 2020 11:14:26 -0500 From: Sasha Levin To: Holger =?iso-8859-1?Q?Hoffst=E4tte?= Cc: "stable@vger.kernel.org" Subject: Re: 5.4-stable request: 52e29e331070cd ('btrfs: don't set path->leave_spinning for truncate') Message-ID: <20200218161426.GM1734@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Feb 18, 2020 at 01:01:40PM +0100, Holger Hoffstätte wrote: >Hi, > >I was just looking throught the current 5.4-stable queue and saw that >28553fa992cb28 ('Btrfs: fix race between shrinking truncate and fiemap') >is queued. Upstream has a follow-up fix for this: 52e29e331070cd aka >'btrfs: don't set path->leave_spinning for truncate'. > >Would be nice to get those in together. I only looked at 5.4, don't >know about other queues. Since that fix just hit upstream, I'm going to remove 28553fa992cb28 from the queue now and work on getting both patches in the next release. -- Thanks, Sasha