summaryrefslogtreecommitdiff
path: root/drivers/md/bitmap.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-04-01 15:39:05 (GMT)
committerNeilBrown <neilb@suse.de>2012-04-03 05:39:23 (GMT)
commit5020ad7d143ccfcf8149974096220d59e5572120 (patch)
tree0124b6866ecd63b3a8913a6661e1d96699d60b71 /drivers/md/bitmap.c
parentc6d2e084c7411f61f2b446d94989e5aaf9879b0f (diff)
downloadlinux-fsl-qoriq-5020ad7d143ccfcf8149974096220d59e5572120.tar.xz
md/raid1,raid10: don't compare excess byte during consistency check.
When comparing two pages read from different legs of a mirror, only compare the bytes that were read, not the whole page. In most cases we read a whole page, but in some cases with bad blocks or odd sizes devices we might read fewer than that. This bug has been present "forever" but at worst it might cause a report of two many mismatches and generate a little bit extra resync IO, so there is no need to back-port to -stable kernels. Reported-by: majianpeng <majianpeng@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/bitmap.c')
0 files changed, 0 insertions, 0 deletions