Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1640612ybt; Thu, 18 Jun 2020 13:36:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyW2dnBks+8xTWULYtoO9M81VsbIAm448bxH93B0Y/1Oqh9QiqeXnOzrDHDhd77Dtny+4uH X-Received: by 2002:a17:906:e0cb:: with SMTP id gl11mr482178ejb.173.1592512618940; Thu, 18 Jun 2020 13:36:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592512618; cv=none; d=google.com; s=arc-20160816; b=FkOgHbND/kwFSOmjto0egYmLIL/Qjqiv/zqNSXGxUUBl4jmLLCFcFngXJdptaePiEd P8LbiTXENWCFLOA3swOfYiT8ipoF18CPTj9dnxubOMwS+lZpkWVK4K0D675iDdiGmBgA 7a5XT76hki5O4EQPmpTw/jDkI4CJ0NTYb0xzj87Dst0w3E3Ew5JJoScg7BxPG/lTLgWR 7hdLeXRetSH9Icv7ea7Pa3HvINZTHpmszVbIYlaOG5mQZpH7hZHC4R31OZMsLiiYMNX4 T0bMsYUHNnV0IRvX8ANetpZrFIb0QBJGBfTJFjtsCujibQjHFaSQ754jBLTYfftpork3 Da4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:mail-followup-to :reply-to:message-id:subject:cc:to:from:date; bh=xzhugsBmGDYhPOaCq2ERAdd5Tqelt4NafxluxsBNxn4=; b=0s5tGk66RTfw1BDxQatzoOzowPsG/FXiC/0g3uf8Il00aoBM3GuTEuuaU0jkJi9w+1 u84xz7kD5lX3/5ioOnYTUASugxRmHm1xknHVX+lz4IXt/ADSYItvnrat479P53HD+MoW BjFXEc9eLyL8ueumFfM84d2fnltOhk5y0Y3zYO9gEFW5JSQk3VZWwYUOoO/beM4+3AN8 OI+kEp/2niDuAoUsWMHkLf3Gjy9oMZ1LNPmVYkOJv9hPv5tTDSAY3Kt32nRQn49ED51N WHBasLRa16LREI7r34zQg8gVfh0Vh9bJhLGNX5TurmyVuDijq0szxPEUQemUsYfnJ7bM Heuw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 a6si2453384ejt.383.2020.06.18.13.36.36; Thu, 18 Jun 2020 13:36:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731200AbgFROqU (ORCPT + 99 others); Thu, 18 Jun 2020 10:46:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:44340 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730858AbgFROqS (ORCPT ); Thu, 18 Jun 2020 10:46:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B6909ACF9; Thu, 18 Jun 2020 14:46:15 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 2BCF1DA703; Thu, 18 Jun 2020 16:46:06 +0200 (CEST) Date: Thu, 18 Jun 2020 16:46:05 +0200 From: David Sterba To: Boris Burkov Cc: Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v2 btrfs/for-next] btrfs: fix fatal extent_buffer readahead vs releasepage race Message-ID: <20200618144605.GW27795@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Boris Burkov , Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com References: <20200617183519.152946-1-boris@bur.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200617183519.152946-1-boris@bur.io> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 17, 2020 at 11:35:19AM -0700, Boris Burkov wrote: [...] > Signed-off-by: Boris Burkov Added to misc-next, thanks.