From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:44780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726638AbeLCPuS (ORCPT ); Mon, 3 Dec 2018 10:50:18 -0500 Date: Mon, 3 Dec 2018 10:50:07 -0500 From: Sasha Levin To: Nikolay Borisov Cc: Greg KH , stable@vger.kernel.org, josef@toxicpanda.com, David Sterba Subject: Re: [PATCH 1/3] btrfs: release metadata before running delayed refs Message-ID: <20181203155007.GI235790@sasha-vm> References: <1541967550185147@kroah.com> <20181120081121.4479-1-nborisov@suse.com> <20181129122107.GC3149@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Thu, Nov 29, 2018 at 02:36:05PM +0200, Nikolay Borisov wrote: > > >On 29.11.18 г. 14:21 ч., Greg KH wrote: >> On Tue, Nov 20, 2018 at 10:11:21AM +0200, Nikolay Borisov wrote: >>> From: Josef Bacik >>> >>> We want to release the unused reservation we have since it refills the >>> delayed refs reserve, which will make everything go smoother when >>> running the delayed refs if we're short on our reservation. >>> >>> CC: stable@vger.kernel.org # 4.4+ >>> Reviewed-by: Omar Sandoval >>> Reviewed-by: Liu Bo >>> Reviewed-by: Nikolay Borisov >>> Signed-off-by: Josef Bacik >>> Signed-off-by: David Sterba >>> --- >>> >>> Hello Greg, >>> >>> Here is a fixed up backport for upstream commit f45c752b65af46bf42963295c332865d95f97fff >>> This one applies cleanly to 4.4.y and 4.9.y >> >> What about 4.14.y? I don't want to apply this to only 4.4 and 4.9 and >> not 4.14. Can you provide a working backport there too? > >I've only made backports as a result of your "failed to apply" emails. >If there isn't a backport for 4.14 then this means it's either handled >or you didn't send such an email, or i wasn't cced > >> >> And I don't see the 2/3 patch in this series, has that already been >> handled? I see commit 2/3 failed to apply on 4.9 and 4.4: https://www.spinics.net/lists/stable/msg267061.html would you send a backport for it as well? -- Thanks, Sasha