Date: Mon, 22 Mar 2010 20:21:22 +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: <201003222021.o2MKLYvn075451@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-03-22 20:21:22 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/net bpf.c
Log:
SVN rev 205465 on 2010-03-22 20:21:22Z 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.153.2.16 +6 -3 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003222021.o2MKLYvn075451>
