Re: [PATCH v2 2/4] mm: remove zone_lru_lock() function access ->lru_lock directly

From: William Kucharski
Date: Thu Feb 28 2019 - 07:53:56 EST




> On Feb 28, 2019, at 1:33 AM, Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> wrote:

> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index a9852ed7b97f..2d081a32c6a8 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -1614,8 +1614,8 @@ static __always_inline void update_lru_sizes(struct lruvec *lruvec,
>
> }
>
> -/*
> - * zone_lru_lock is heavily contended. Some of the functions that
> +/**

Nit: Remove the extra asterisk here; the line should then revert to being unchanged from
the original.