From patchwork Tue Mar 20 21:43:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [25/28] seccomp: Drop no longer needed comment From: Cyrill Gorcunov X-Patchwork-Id: 7801 Message-Id: <20180320214313.25326-26-gorcunov@gmail.com> To: crml Cc: Cyrill Gorcunov , Andrey Vagin Date: Wed, 21 Mar 2018 00:43:10 +0300 From: Cyrill Gorcunov Signed-off-by: Cyrill Gorcunov --- criu/include/seccomp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/criu/include/seccomp.h b/criu/include/seccomp.h index 1808e3d610c3..8e200124e1f8 100644 --- a/criu/include/seccomp.h +++ b/criu/include/seccomp.h @@ -43,10 +43,6 @@ struct rb_node; * The thread group can share a filter if the filter * is assigned with SECCOMP_FILTER_FLAG_TSYNC on group * which has no filters yet. - * - * To find identity we have to use memcmp because we - * don't have access to @current->seccomp.filter pointers - * FIXME: Provide kcmp mode for that. */ struct seccomp_filter_chain { struct seccomp_filter_chain *prev;