From: Li Zefan Date: Fri, 26 Apr 2013 18:58:03 +0000 (-0700) Subject: cgroup: restore the call to eventfd->poll() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~124^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef70e48735e17d2be5c8e8f85052842b16b923a;p=pandora-kernel.git cgroup: restore the call to eventfd->poll() I mistakenly removed the call to eventfd->poll() while I was actually intending to remove the return value... Calling evenfd->poll() will hook cgroup_event_wake() to the poll waitqueue, which will be called to unregister eventfd when rmdir a cgroup or close eventfd. Signed-off-by: Li Zefan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed