diff options
| author | Heinz Mauelshagen <heinzm@redhat.com> | 2014-02-27 22:46:48 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2018-01-02 13:53:16 +0100 |
| commit | ec241d7ed72583cf2a77f3b3db1ba2b5cac96caa (patch) | |
| tree | 3bf1268ec4e75bcf7472a14ebb60af5e852d105c /scripts | |
| parent | f0e25e0d5fa4c62c09e8657f72504c99e24f05fe (diff) | |
dm cache: fix truncation bug when mapping I/O to >2TB fast device
When remapping a block to the cache's fast device that is larger than
2TB we must not truncate the destination sector to 32bits. The 32bit
temporary result of from_cblock() was being overflowed in
remap_to_cache() due to the logical left shift.
Use an intermediate 64bit type to store the 32bit from_cblock() result
to fix the overflow.
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Cc: stable@vger.kernel.org
[@nathanchance: fixed conflicts since no iters in 3.10]
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
