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