summaryrefslogtreecommitdiff
path: root/include/linux/poll.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-04-23 03:46:10 +0400
committerAl Viro <viro@zeniv.linux.org.uk>2008-05-01 21:07:13 +0400
commit74d92abc6143b124db03f0d341f02bde72fba6f5 (patch)
treed5b2d4e42d3ca0b145f66597d21a9df8855c35bf /include/linux/poll.h
parente4c576b911e364737b1bf4f5bfdab1c440713f26 (diff)
downloadlinux-74d92abc6143b124db03f0d341f02bde72fba6f5.tar.xz
[PATCH] fix file and descriptor handling in perfmon
Races galore... General rule: as soon as it's in descriptor table, it's over; another thread might have started IO on it/dup2() it elsewhere/dup2() something *over* it/etc. fd_install() is the very last step one should take - it's a point of no return. Besides, the damn thing leaked on failure exits... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/poll.h')
0 files changed, 0 insertions, 0 deletions