commit | 7e8c49c56154ab5c45d4f07edf0c22728735da35 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 19 10:10:54 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 19 15:27:20 2012 +0200 |
tree | d68f6af33397a9b7c1a0ae4d5590a50d3df10d2b | |
parent | b77912a77a613451e9aac9a12f721eb5e9f09185 [diff] |
scsi: add support for FUA on writes To force unit access, add a flush operation after the actual write. WRITE AND VERIFY commands always flush according to SBC, so do it even though we do not perform the reread. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>