]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add some more CTL_FLAG_ABORT check points.
authorAlexander Motin <mav@FreeBSD.org>
Thu, 19 Jun 2014 12:43:41 +0000 (12:43 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 19 Jun 2014 12:43:41 +0000 (12:43 +0000)
commitead2f1172473f33446318fe0a90e0551fa09e177
treef74520a6f052703cd85c3d7eea9938680f8f26d4
parentcfaa2a09554c68a8fc6a8abaea3506ea923366ec
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