commit | 2f6cf0de0281d210061ce976f2d42d246adc75bb | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Sep 23 23:17:26 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 24 14:41:42 2013 -0700 |
tree | ae0e24e3410750aa0a44061cc5a0ced9c3128670 | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 [diff] |
block: Fix bio_copy_data() The memcpy() in bio_copy_data() was using the wrong offset vars, leading to data corruption in weird unusual setups. Signed-off-by: Kent Overstreet <kmo@daterainc.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: linux-stable <stable@vger.kernel.org> # >= v3.9 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>