]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug introduced in r230000. We were eliminating all LUNs on a target
authorKenneth D. Merry <ken@FreeBSD.org>
Wed, 25 Jan 2012 17:58:47 +0000 (17:58 +0000)
committerKenneth D. Merry <ken@FreeBSD.org>
Wed, 25 Jan 2012 17:58:47 +0000 (17:58 +0000)
commit6e4e0e26f199f5a424fa33e913c6746401e58154
tree584e1d9075da5efc6ea9a8a029b01b47faefc7f4
parent704523b073fa24c31f56847eaf40dfadc42548b4
Fix a bug introduced in r230000.  We were eliminating all LUNs on a target
in response to CAM_DEV_NOT_THERE, instead of just the LUN in question.

This will now just eliminate the specified LUN in response to
CAM_DEV_NOT_THERE.

Reported by: Richard Todd <rmtodd@servalan.servalan.com>
MFC after: 3 days
sys/cam/cam_periph.c