]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r277647: Fix wrong LUN reference in XCOPY block-to-block operation.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Jan 2015 19:41:24 +0000 (19:41 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Jan 2015 19:41:24 +0000 (19:41 +0000)
commitdde6513713a09acd3d210146301609f0c4826fc6
tree2def65b3b6ea1dcd9b57aaff2039930a5e0960e6
parent83cd325c4a07c04d5c941be1bffe4edbe5e4d970
MFC r277647: Fix wrong LUN reference in XCOPY block-to-block operation.

This could cause data corruption due to accessing wrong LUN in case of
retries on write errors.  Failed writes were retried to read LUN.

git-svn-id: svn://svn.freebsd.org/base/stable/10@277810 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/ctl_tpc.c