From owner-cvs-src-old@FreeBSD.ORG Sat Oct 23 16:59:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B7B1065675 for ; Sat, 23 Oct 2010 16:59:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3811D8FC1A for ; Sat, 23 Oct 2010 16:59:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9NGxna0092457 for ; Sat, 23 Oct 2010 16:59:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9NGxn8l092456 for cvs-src-old@freebsd.org; Sat, 23 Oct 2010 16:59:49 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201010231659.o9NGxn8l092456@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sat, 23 Oct 2010 16:59:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_vfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2010 16:59:49 -0000 rwatson 2010-10-23 16:59:39 UTC FreeBSD src repository Modified files: sys/security/mac mac_vfs.c Log: SVN rev 214249 on 2010-10-23 16:59:39Z by rwatson Add missing DTrace probe invocation to mac_vnode_check_open; the probe was declared, but never used. MFC after: 3 days Sponsored by: Google, Inc. Revision Changes Path 1.132 +2 -0 src/sys/security/mac/mac_vfs.c