[CRIU] [PATCH 25/27] seccomp: Drop no longer needed comment
Cyrill Gorcunov
gorcunov at openvz.org
Thu Mar 1 15:41:47 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
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;
--
2.14.3
More information about the CRIU
mailing list