summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-05-16 16:55:50 +0000
committerscottl <scottl@FreeBSD.org>2007-05-16 16:55:50 +0000
commite624c6d1384ac1b046a3ed195af839283d585eef (patch)
treea2e8227a0e80df22fa009f6b222b332d9643fbda /sys/cam
parent74448961ec9a8ecb496066cacac4aee33258b2b0 (diff)
downloadFreeBSD-src-e624c6d1384ac1b046a3ed195af839283d585eef.zip
FreeBSD-src-e624c6d1384ac1b046a3ed195af839283d585eef.tar.gz
Remove an assertion in xpt_print_path() that makes debugging code much more
difficult.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 9c64a5c..bd6d8e9 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -4139,7 +4139,6 @@ xpt_path_comp(struct cam_path *path1, struct cam_path *path2)
void
xpt_print_path(struct cam_path *path)
{
- mtx_assert(path->bus->sim->mtx, MA_OWNED);
if (path == NULL)
printf("(nopath): ");
OpenPOWER on IntegriCloud