svn commit: r254255 - projects/camlock/sys/cam
Alexander Motin
mav at FreeBSD.org
Mon Aug 12 19:43:49 UTC 2013
Author: mav
Date: Mon Aug 12 19:43:48 2013
New Revision: 254255
URL: http://svnweb.freebsd.org/changeset/base/254255
Log:
Remove mtx_assert() from xpt_path_periph().
Modified:
projects/camlock/sys/cam/cam_xpt.c
Modified: projects/camlock/sys/cam/cam_xpt.c
==============================================================================
--- projects/camlock/sys/cam/cam_xpt.c Mon Aug 12 19:42:25 2013 (r254254)
+++ projects/camlock/sys/cam/cam_xpt.c Mon Aug 12 19:43:48 2013 (r254255)
@@ -3621,7 +3621,6 @@ struct cam_periph*
xpt_path_periph(struct cam_path *path)
{
- xpt_path_assert(path, MA_OWNED);
return (path->periph);
}
More information about the svn-src-projects
mailing list