K 10 svn:author V 3 mav K 8 svn:date V 27 2017-02-07T01:44:18.298330Z K 7 svn:log V 376 MFC r312348: Remove writing 'residual' field of struct ctl_scsiio. This field has no practical use and never readed. Initiators already receive respective residual size from frontends. Removed field had different semantics, which looks useless, and was never passed through by any frontend. While there, fix kern_data_resid field support in case of HA, missed in r312291. END