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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 233C8C7EE24 for ; Sat, 3 Jun 2023 11:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237210AbjFCLOF (ORCPT ); Sat, 3 Jun 2023 07:14:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbjFCLOD (ORCPT ); Sat, 3 Jun 2023 07:14:03 -0400 X-Greylist: delayed 115114 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sat, 03 Jun 2023 04:14:03 PDT Received: from out-24.mta1.migadu.com (out-24.mta1.migadu.com [IPv6:2001:41d0:203:375::18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16315180 for ; Sat, 3 Jun 2023 04:14:02 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1685790840; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i0q/clNCiyPn574KHeniYdEndEa5TXryq3X5pe8ow6w=; b=HYP7ozwc29UHBTiFBxCxuhOm9xSrugaz6Honm6gB1dNkSHn6Ze3Tmz1D15istw+Iy2Rg3h slS/a6Ni7WVuTlJI+8H1Y+c83krBl360mi4qF4E9p6YtGRScKv05LrLem8nvMcGgsABoC1 p8nzVqFgLh8+NgqNn2GjR4+0DBwMUGk= MIME-Version: 1.0 Subject: Re: [PATCH] memcg: use helper macro FLUSH_TIME X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20230603072116.1101690-1-linmiaohe@huawei.com> Date: Sat, 3 Jun 2023 19:13:24 +0800 Cc: Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Andrew Morton , cgroups@vger.kernel.org, Linux Memory Management List , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <9542DF5E-6B48-48EA-BBD2-3FF801E29C65@linux.dev> References: <20230603072116.1101690-1-linmiaohe@huawei.com> To: Miaohe Lin X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Jun 3, 2023, at 15:21, Miaohe Lin wrote: > > Use helper macro FLUSH_TIME to indicate the flush time to improve the > readability a bit. No functional change intended. > > Signed-off-by: Miaohe Lin Reviewed-by: Muchun Song Thanks