* Kirill A. Shutemov [2010-02-22 17:43:39]:
> eventfd are used to notify about two types of event:
> - control file-specific, like crossing memory threshold;
> - cgroup removing.
>
> To understand what really happen, userspace can check if the cgroup
> still exists. To avoid race beetween user
(Late reply for I just came back from a long vacation)
Kirill A. Shutemov wrote:
> eventfd are used to notify about two types of event:
> - control file-specific, like crossing memory threshold;
> - cgroup removing.
>
> To understand what really happen, userspace can check if the cgroup
> still