Re: [PATCH v2 3/7] coresight: etm4x: Use task_is_in_init_pid_ns()

From: Suzuki K Poulose
Date: Wed Dec 08 2021 - 05:27:03 EST


On 08/12/2021 08:33, Leo Yan wrote:
This patch replaces open code with task_is_in_init_pid_ns() to check if
a task is in root PID namespace.

Signed-off-by: Leo Yan <leo.yan@xxxxxxxxxx>
---


Reviewed-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>