From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 24 Feb 2020 13:34:21 -0800 Subject: [Cluster-devel] [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages In-Reply-To: <20200219210103.32400-5-willy@infradead.org> References: <20200219210103.32400-1-willy@infradead.org> <20200219210103.32400-5-willy@infradead.org> Message-ID: <20200224213421.GC13895@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 Wed, Feb 19, 2020 at 01:00:43PM -0800, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Simplify the callers by moving the check for nr_pages and the BUG_ON > into read_pages(). > > Signed-off-by: Matthew Wilcox (Oracle) Looks good, Reviewed-by: Christoph Hellwig