On Wed, Jun 19, 2019 at 09:12:49AM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues <rgold...@suse.com> > > Simplification. > We don't need an if-else-if structure where we can use a > simple OR since both conditions are performing the > same action. The short-circuit for OR will ensure that if > the first condition is true, can_overcommit() is not > called. > > Signed-off-by: Goldwyn Rodrigues <rgold...@suse.com>
Added to misc-next, thanks.