From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:49870 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726683AbeK2XlW (ORCPT ); Thu, 29 Nov 2018 18:41:22 -0500 Subject: Re: [PATCH 1/3] btrfs: release metadata before running delayed refs To: Greg KH Cc: stable@vger.kernel.org, josef@toxicpanda.com, David Sterba References: <1541967550185147@kroah.com> <20181120081121.4479-1-nborisov@suse.com> <20181129122107.GC3149@kroah.com> From: Nikolay Borisov Message-ID: Date: Thu, 29 Nov 2018 14:36:05 +0200 MIME-Version: 1.0 In-Reply-To: <20181129122107.GC3149@kroah.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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? > > thanks, > > greg k-h >