[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181028102346.GC25444@bombadil.infradead.org>
Date: Sun, 28 Oct 2018 03:23:46 -0700
From: Matthew Wilcox <willy@...radead.org>
To: Gao Xiang <hsiangkao@....com>
Cc: Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, Fengguang Wu <fengguang.wu@...el.com>
Subject: Re: [PATCH] mm: simplify get_next_ra_size
On Sun, Oct 28, 2018 at 02:13:26PM +0800, Gao Xiang wrote:
> It's a trivial simplification for get_next_ra_size and
> clear enough for humans to understand.
>
> It also fixes potential overflow if ra->size(< ra_pages) is too large.
>
> Cc: Fengguang Wu <fengguang.wu@...el.com>
> Signed-off-by: Gao Xiang <hsiangkao@....com>
Reviewed-by: Matthew Wilcox <willy@...radead.org>
I also considered what would happen with underflow (passing a 'max'
less than 16, or less than 2) and it would seem to do the right thing
in that case.
Powered by blists - more mailing lists