From e624c6d1384ac1b046a3ed195af839283d585eef Mon Sep 17 00:00:00 2001 From: scottl Date: Wed, 16 May 2007 16:55:50 +0000 Subject: [PATCH] Remove an assertion in xpt_print_path() that makes debugging code much more difficult. --- sys/cam/cam_xpt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 9c64a5c413e0..bd6d8e9f8342 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): ");