Re: [PATCH v2 2/7] coresight: etm3x: Use task_is_in_init_pid_ns()
From: Suzuki K Poulose
Date: Wed Dec 08 2021 - 05:26:18 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>