Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp315538pxj; Fri, 14 May 2021 04:17:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyWyxydDYmW3etlxm2r8gPMPR9xeYwdnt98XLHJaALynLNce6b7IC2QOEk+EmoT+sigAfZQ X-Received: by 2002:a92:d1c3:: with SMTP id u3mr15817461ilg.262.1620991055702; Fri, 14 May 2021 04:17:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620991055; cv=none; d=google.com; s=arc-20160816; b=MZl8a0s5QLWpnds5ETow9Tg9bYZNR6GV3F6aYb7nt/Z1iOL3odxlLCrogGAY2Ka4Qo TWGVdQ5HZfjvO+rpJaopOvsGzY/f5kZB4IZMuKe0gJRumBYbYf0+EI2oEIp5LO6SVi/O XrrW9Ly9y/vuID/NaIlLS0C8aUDVv5yd2FR/jNKl2o5NukYWwK4fxxDBngqhIFungx21 66OHCn2t84oNKW6fFtUGQm/emNyn0bYKyQq09icQu8MXdtshBdrGv9EQ8e2/cHqvxvNx dCrXrZTwnITmGrYizNmhZD7RhrVS1Jkc2gXQr6d2Vc1KTyD42dL1ZJtGRkjxg4xe8fYW TNow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=C2oke9syoP73sYq1LrYBGLTVNxwWcH8rU8Rk47KP21A=; b=XVaQn6SPIQJCSo2RsAOks2pSflAQ5bTZ48H1hkwYDCOmwdHI5FlD+CnsvTqdETBL50 kyVWGCKKEJVs09MKSa6/DaAsQfd3cNW2Us3MLGpnt/EHWq3bCSokaITmanVSeH7PScCW 4jQjpE4zBfGlmnnIbaZ2U/A8691pTTpFjKp0nHu6OE1nJ5Ba3ZdC2hM/o80MqmrFzdMC igD3nVNv+fSQdm8mWNJHCQMS52789+7jkXOFCAnaOPM5uBcGXgT/9C23uPLCzZlndf6m WeJwkWCzFTpca2QSkdWj4cbZRNt+IvekwHfjFc3C8J3vVrWgU6HBfXf7zBN7sqpHrXwu t04w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t2si6707580ilq.112.2021.05.14.04.17.22; Fri, 14 May 2021 04:17:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230431AbhENLFr (ORCPT + 99 others); Fri, 14 May 2021 07:05:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:38082 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230023AbhENLFq (ORCPT ); Fri, 14 May 2021 07:05:46 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 8C5CDAF21; Fri, 14 May 2021 11:04:34 +0000 (UTC) Subject: Re: [PATCH v10 05/33] mm: Add folio reference count functions To: "Matthew Wilcox (Oracle)" , akpm@linux-foundation.org Cc: linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Christoph Hellwig , Jeff Layton References: <20210511214735.1836149-1-willy@infradead.org> <20210511214735.1836149-6-willy@infradead.org> From: Vlastimil Babka Message-ID: Date: Fri, 14 May 2021 13:04:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210511214735.1836149-6-willy@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote: > These functions mirror their page reference counterparts. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: Christoph Hellwig > Acked-by: Jeff Layton Acked-by: Vlastimil Babka