git: kernel - poll - Fix MP races

看板DFBSD_commit作者時間16年前 (2010/01/06 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 0a17d1a1f31a0d92627437099149b5a14e51a010 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jan 5 19:28:12 2010 -0800 kernel - poll - Fix MP races * Some of the poll code had been taken out from under the MP lock too early, creating races. Put it back under the MP lock until the whole mess can be rewritten using kqueue. Reported-by: Rumko Summary of changes: sys/kern/sys_generic.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0a17d1a1f31a0d92627437099149b5a14e51a010 -- DragonFly BSD source repository
文章代碼(AID): #1BH0i3Oj (DFBSD_commit)