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 431C4C6FA90 for ; Tue, 20 Sep 2022 17:21:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229605AbiITRVO (ORCPT ); Tue, 20 Sep 2022 13:21:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbiITRVN (ORCPT ); Tue, 20 Sep 2022 13:21:13 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A276E5F7FD; Tue, 20 Sep 2022 10:21:11 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id B875568AFE; Tue, 20 Sep 2022 19:21:06 +0200 (CEST) Date: Tue, 20 Sep 2022 19:21:06 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Suren Baghdasaryan , Christoph Hellwig , Johannes Weiner , Matthew Wilcox , Andrew Morton , linux-fsdevel@vger.kernel.org, David Sterba , Gao Xiang , Chris Mason , linux-block@vger.kernel.org, Josef Bacik , Chao Yu , linux-mm@kvack.org, linux-btrfs@vger.kernel.org, linux-erofs@lists.ozlabs.org Subject: Re: improve pagecache PSI annotations v2 Message-ID: <20220920172106.GA24750@lst.de> References: <20220915094200.139713-1-hch@lst.de> <166368389821.10447.12312122039024559092.b4-ty@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <166368389821.10447.12312122039024559092.b4-ty@kernel.dk> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Sep 20, 2022 at 08:24:58AM -0600, Jens Axboe wrote: > Applied, thanks! I think Andrew applied these as well already. I'll let you two fight that out as I'm happy as long as it goes in :) 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 695D5C54EE9 for ; Tue, 20 Sep 2022 17:21:26 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MX7ch6LZYz3bc9 for ; Wed, 21 Sep 2022 03:21:24 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lst.de (client-ip=213.95.11.211; helo=verein.lst.de; envelope-from=hch@lst.de; receiver=) Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 4MX7cY1YCbz2xrr for ; Wed, 21 Sep 2022 03:21:16 +1000 (AEST) Received: by verein.lst.de (Postfix, from userid 2407) id B875568AFE; Tue, 20 Sep 2022 19:21:06 +0200 (CEST) Date: Tue, 20 Sep 2022 19:21:06 +0200 From: Christoph Hellwig To: Jens Axboe Subject: Re: improve pagecache PSI annotations v2 Message-ID: <20220920172106.GA24750@lst.de> References: <20220915094200.139713-1-hch@lst.de> <166368389821.10447.12312122039024559092.b4-ty@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <166368389821.10447.12312122039024559092.b4-ty@kernel.dk> User-Agent: Mutt/1.5.17 (2007-11-01) 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: Chris Mason , linux-erofs@lists.ozlabs.org, Josef Bacik , Matthew Wilcox , linux-block@vger.kernel.org, David Sterba , linux-mm@kvack.org, Johannes Weiner , linux-fsdevel@vger.kernel.org, Andrew Morton , Suren Baghdasaryan , Christoph Hellwig , linux-btrfs@vger.kernel.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Tue, Sep 20, 2022 at 08:24:58AM -0600, Jens Axboe wrote: > Applied, thanks! I think Andrew applied these as well already. I'll let you two fight that out as I'm happy as long as it goes in :)