From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 26 Feb 2020 09:03:59 -0800 Subject: [Cluster-devel] [PATCH v8 14/25] mm: Document why we don't set PageReadahead In-Reply-To: <20200225214838.30017-15-willy@infradead.org> References: <20200225214838.30017-1-willy@infradead.org> <20200225214838.30017-15-willy@infradead.org> Message-ID: <20200226170359.GB22837@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Feb 25, 2020 at 01:48:27PM -0800, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > If the page is already in cache, we don't set PageReadahead on it. > > Signed-off-by: Matthew Wilcox (Oracle) Looks good, Reviewed-by: Christoph Hellwig