]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add some more CTL_FLAG_ABORT check points.
authormav <mav@FreeBSD.org>
Thu, 19 Jun 2014 12:43:41 +0000 (12:43 +0000)
committermav <mav@FreeBSD.org>
Thu, 19 Jun 2014 12:43:41 +0000 (12:43 +0000)
commit281c52cb4ab2605c738c2893bcc3cb395489dabc
treef74520a6f052703cd85c3d7eea9938680f8f26d4
parentbaeebbcc2502a83d26b2d72e03ac1f69707c34a6
Add some more CTL_FLAG_ABORT check points.

This should allow to abort commands doing mostly disk I/O, such as VERIFY
or WRITE SAME.  Before this change CTL_FLAG_ABORT was only checked around
data moves, which for these commands may not happen for a very long time.

MFC after: 2 weeks
sys/cam/ctl/ctl.c
sys/cam/ctl/ctl_backend_block.c