diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index b4f2201321cd..b8ad1ea99586 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -396,9 +396,6 @@ struct cftype { | |||
396 | * closes the eventfd or on cgroup removing. | 396 | * closes the eventfd or on cgroup removing. |
397 | * This callback must be implemented, if you want provide | 397 | * This callback must be implemented, if you want provide |
398 | * notification functionality. | 398 | * notification functionality. |
399 | * | ||
400 | * Be careful. It can be called after destroy(), so you have | ||
401 | * to keep all nesessary data, until all events are removed. | ||
402 | */ | 399 | */ |
403 | int (*unregister_event)(struct cgroup *cgrp, struct cftype *cft, | 400 | int (*unregister_event)(struct cgroup *cgrp, struct cftype *cft, |
404 | struct eventfd_ctx *eventfd); | 401 | struct eventfd_ctx *eventfd); |