From owner-cvs-src@FreeBSD.ORG Mon May 19 18:18:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3CC106567A; Mon, 19 May 2008 18:18:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D61B8FC15; Mon, 19 May 2008 18:18:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4JIIxPh096842; Mon, 19 May 2008 18:18:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIIxhC096841; Mon, 19 May 2008 18:18:59 GMT (envelope-from jhb) Message-Id: <200805191818.m4JIIxhC096841@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 18:18:59 -0000 jhb 2008-05-19 18:18:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf.c Log: MFC: Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf devices never getting fully closed. Revision Changes Path 1.181.2.5 +1 -0 src/sys/net/bpf.c