]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/commit
MFC r272308: Fix old iSCSI initiator to work with new CAM locking.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 20:38:55 +0000 (20:38 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 20:38:55 +0000 (20:38 +0000)
commitf94186df13767f713edb39f595236ab6cb0ef96c
tree1e02f678bcfa28fb40e14716074efd9d594c3520
parenta7f40b2583b1d43f55846d41cf621690f4d46beb
MFC r272308: Fix old iSCSI initiator to work with new CAM locking.

This switches code to using xpt_rescan() routine, irrelevant to locking.
Using xpt_action() directly requires knowledge about higher level locks,
that SIM does not need to have.

This code is obsolete, but that is not a reason to crash.

Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272669 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/iscsi_initiator/isc_cam.c