From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 24 Mar 2020 01:40:49 -0700 Subject: [Cluster-devel] [PATCH v10 12/25] mm: Move end_index check out of readahead loop In-Reply-To: <20200323202259.13363-13-willy@infradead.org> References: <20200323202259.13363-1-willy@infradead.org> <20200323202259.13363-13-willy@infradead.org> Message-ID: <20200324084049.GB32036@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 Mon, Mar 23, 2020 at 01:22:46PM -0700, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > By reducing nr_to_read, we can eliminate this check from inside the loop. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: John Hubbard > Reviewed-by: William Kucharski Looks good, Reviewed-by: Christoph Hellwig