From owner-cvs-all@FreeBSD.ORG Wed Feb 20 19:49:47 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 BF2FF16A405; Wed, 20 Feb 2008 19:49:47 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4F913C468; Wed, 20 Feb 2008 19:49:47 +0000 (UTC) (envelope-from scottl@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 m1KJnl4O087421; Wed, 20 Feb 2008 19:49:47 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1KJnl9c087420; Wed, 20 Feb 2008 19:49:47 GMT (envelope-from scottl) Message-Id: <200802201949.m1KJnl9c087420@repoman.freebsd.org> From: Scott Long Date: Wed, 20 Feb 2008 19:49:47 +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/cam/scsi scsi_ses.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: Wed, 20 Feb 2008 19:49:47 -0000 scottl 2008-02-20 19:49:47 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_ses.c Log: Fix a couple of locking mistakes in the ses_ioctl path. Submitted by: Matt Jacob Revision Changes Path 1.36 +3 -3 src/sys/cam/scsi/scsi_ses.c