diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2005-09-17 02:28:06 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-17 18:50:02 (GMT) |
commit | 53d2be79d5981b7efc8c5ec1169613bba95bde20 (patch) | |
tree | 0827b66ad3ffb70f0e7503c3db3b01d6d7a1037b /include/sound/ainstr_fm.h | |
parent | dda8577fb5a00507e5aea737833190a10516b257 (diff) | |
download | linux-fsl-qoriq-53d2be79d5981b7efc8c5ec1169613bba95bde20.tar.xz |
[PATCH] epoll: fix delayed initialization bug
Al found a potential problem in epoll_create(), where the
file->private_data member was set after fd_install(). This is obviously
wrong since another thread might do a close() on that fd# before we set the
file->private_data member. This goes over 2.6.13 and passes a few basic
tests I've done here.
(akpm: snuck in a kzalloc() cleanup too)
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/sound/ainstr_fm.h')
0 files changed, 0 insertions, 0 deletions