]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261515:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Feb 2014 16:29:50 +0000 (16:29 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 10 Feb 2014 16:29:50 +0000 (16:29 +0000)
commite76dd6e04d979ff575e0d06f55e388ea3e227e34
tree19108c2a1bc424d30b7d9c710edfb64286d03f6d
parent57e53018393c1cb4a831bce24511a482640872a6
MFC r261515:
Fix I/O freezes in some cases, caused by r257916.

Delaying isp_reqodx update, we should be ready to update it every time
we read it.  Otherwise requests using several indexes may be requeued
ndefinitely without ever updating the variable.

git-svn-id: svn://svn.freebsd.org/base/stable/10@261718 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/isp/isp_library.c