Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi fix comment. request_sense is called unlocked.
details: https://anonhg.NetBSD.org/src/rev/b253c0f0d6c0
branches: trunk
changeset: 349755:b253c0f0d6c0
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Thu Dec 22 11:19:21 2016 +0000
description:
fix comment. request_sense is called unlocked.
diffstat:
sys/dev/scsipi/scsipi_base.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 42fd2a94f7dd -r b253c0f0d6c0 sys/dev/scsipi/scsipi_base.c
--- a/sys/dev/scsipi/scsipi_base.c Thu Dec 22 10:13:09 2016 +0000
+++ b/sys/dev/scsipi/scsipi_base.c Thu Dec 22 11:19:21 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsipi_base.c,v 1.174 2016/12/18 15:32:36 skrll Exp $ */
+/* $NetBSD: scsipi_base.c,v 1.175 2016/12/22 11:19:21 mlelstv Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.174 2016/12/18 15:32:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.175 2016/12/22 11:19:21 mlelstv Exp $");
#ifdef _KERNEL_OPT
#include "opt_scsi.h"
@@ -1719,7 +1719,7 @@
/*
* Issue a request sense for the given scsipi_xfer. Called when the xfer
* returns with a CHECK_CONDITION status. Must be called in valid thread
- * context and with channel lock held.
+ * context.
*/
static void
Home |
Main Index |
Thread Index |
Old Index