commit | 4e10f3c98888ee88ea2543aa636db6410fa47477 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Aug 30 12:29:49 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 07 19:54:57 2013 -0400 |
tree | b54140b4a3db046bebc404ae57e61d9f1ca31b94 | |
parent | d040790391f292bbe5bc6b990c66af9787c855a1 [diff] |
Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.c kernel/cgroup.c is the only place in the tree that relies on eventfd.h pulling file.h; move that include there. Switch from eventfd_fget()/fput() to fdget()/fdput(), while we are at it - eventfd_ctx_fileget() will fail on non-eventfd descriptors just fine, no need to do that check twice... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>