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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 5C722C2BB85 for ; Tue, 14 Apr 2020 17:41:12 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 128E820767 for ; Tue, 14 Apr 2020 17:41:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RqNIZMy/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 128E820767 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 491t7p06KzzDr76 for ; Wed, 15 Apr 2020 03:41:10 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=RqNIZMy/; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 491t7Y15BszDr4h for ; Wed, 15 Apr 2020 03:40:54 +1000 (AEST) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 37F852054F; Tue, 14 Apr 2020 17:40:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586886052; bh=wifdIhHBXcBKo+z7JFNY3dNgAxQamyKVML4OkIclRLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RqNIZMy/CJO8IlBNaoE4yafQcughMM/ou6rFRxyye6ssQ/QDZgQ4r46N+Rgrjf8Rh vMQq3+DYkSW7ymX04fjQI3hftHodeNJlFR7Lj24O0RGIPDD50Tx8yn6Vbaf7xAozjZ jm9sVOMz6gvdEIhu+509DvGCKsGXKgv073jbk3K0= Date: Tue, 14 Apr 2020 19:40:49 +0200 From: Greg Kroah-Hartman To: Gao Xiang Subject: Re: [PATCH 4.19.y] erofs: correct the remaining shrink objects Message-ID: <20200414174049.GA1035385@kroah.com> References: <20200414153820.29012-1-hsiangkao.ref@aol.com> <20200414153820.29012-1-hsiangkao@aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200414153820.29012-1-hsiangkao@aol.com> X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gao Xiang , linux-erofs@lists.ozlabs.org, LKML , stable@vger.kernel.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Tue, Apr 14, 2020 at 11:38:20PM +0800, Gao Xiang wrote: > From: Gao Xiang > > commit 9d5a09c6f3b5fb85af20e3a34827b5d27d152b34 upstream. > > The remaining count should not include successful > shrink attempts. > > Fixes: e7e9a307be9d ("staging: erofs: introduce workstation for decompression") > Cc: # 4.19+ > Link: https://lore.kernel.org/r/20200226081008.86348-1-gaoxiang25@huawei.com > Reviewed-by: Chao Yu > Signed-off-by: Gao Xiang > --- > > trivial adaption, build verified. Both backports now queued up, thanks. greg k-h