On 2020-05-25T11:15:00+02:00 SeongJae Park <[email protected]> wrote:

> From: SeongJae Park <[email protected]>
> 
> This commit introduces a kernel module named DAMON.  Note that this
> commit is implementing only the stub for the module load/unload, basic
> data structures, and simple manipulation functions of the structures to
> keep the size of commit small.  The core mechanisms of DAMON will be
> implemented one by one by following commits.
> 
> Signed-off-by: SeongJae Park <[email protected]>
> ---
> [...]
> +
> +/**
> + * struct damon_ctx - Represents a context for each monitoring.
> + * @tasks_list:              Head of monitring target tasks (&damon_task) 
> list.

nit: monitring -> monitoring

Reviewed-by: Leonard Foerster <[email protected]>

Reply via email to