From owner-cvs-all@FreeBSD.ORG Sun Feb 24 16:26:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD2B16A40E; Sun, 24 Feb 2008 16:26:52 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6471813C4E1; Sun, 24 Feb 2008 16:26:52 +0000 (UTC) (envelope-from attilio@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 m1OGQqwu053355; Sun, 24 Feb 2008 16:26:52 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OGQqVu053354; Sun, 24 Feb 2008 16:26:52 GMT (envelope-from attilio) Message-Id: <200802241626.m1OGQqVu053354@repoman.freebsd.org> From: Attilio Rao Date: Sun, 24 Feb 2008 16:26:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netsmb smb_conn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 16:26:52 -0000 attilio 2008-02-24 16:26:52 UTC FreeBSD src repository Modified files: sys/netsmb smb_conn.c Log: Currently, smb_co_init() uses the same lock name for the mutex interlock and the lockmgr. Use different names in order to avoid WITNESS conflicts. Reported by: Bryan Venteicher Revision Changes Path 1.20 +9 -8 src/sys/netsmb/smb_conn.c