summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2009-05-19 09:33:06 (GMT)
committerJens Axboe <jens.axboe@oracle.com>2009-05-19 09:36:08 (GMT)
commit4fc981ef9e7c0953d5c4896ce088b19c50cb018f (patch)
tree9efb7d762e51cb92dcee0e90ebdb76185aadebb4 /kernel
parent5f49f63178360b07a095bd33b0d850d60edf7590 (diff)
downloadlinux-fsl-qoriq-4fc981ef9e7c0953d5c4896ce088b19c50cb018f.tar.xz
bio: always copy back data for copied kernel requests
When a read bio_copy_kern() request fails, the content of the bounce buffer is not copied back. However, as request failure doesn't necessarily mean complete failure, the buffer state can be useful. This behavior is also inconsistent with the user map counterpart and causes the subtle difference between bounced and unbounced IO causes confusion. This patch makes bio_copy_kern_endio() ignore @err and always copy back data on request completion. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Boaz Harrosh <bharrosh@panasas.com> Cc: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions