diff options
| author | Al Viro <[email protected]> | 2008-04-22 23:46:10 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2008-05-01 17:07:13 +0000 |
| commit | 74d92abc6143b124db03f0d341f02bde72fba6f5 (patch) | |
| tree | d5b2d4e42d3ca0b145f66597d21a9df8855c35bf /fs/proc/array.c | |
| parent | Update .gitignore to include include/linux/bounds.h (diff) | |
| download | kernel-74d92abc6143b124db03f0d341f02bde72fba6f5.tar.gz kernel-74d92abc6143b124db03f0d341f02bde72fba6f5.zip | |
[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 <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
