Date: Mon, 22 Mar 2010 19:59:00 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net bpf.c Message-ID: <201003221959.o2MJxMDw072777@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-03-22 19:59:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/net bpf.c
Log:
SVN rev 205463 on 2010-03-22 19:59:00Z by jkim
MFC: r205092
Tidy up callout for select(2) and read timeout.
- Add a missing callout_drain(9) before the descriptor deallocation.[1]
- Prefer callout_init_mtx(9) over callout_init(9) and let the callout
subsystem handle the mutex for callout function.
PR: kern/144453
Submitted by: Alexander Sack (asack at niksun dot com)[1]
Revision Changes Path
1.215.2.5 +6 -3 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003221959.o2MJxMDw072777>
