From: NeilBrown Date: Fri, 19 Dec 2008 05:25:01 +0000 (+1100) Subject: md: Don't read past end of bitmap when reading bitmap. X-Git-Tag: v2.6.28~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ed9615e3222645007fc19991aedf30eed3ecfd;p=pandora-kernel.git md: Don't read past end of bitmap when reading bitmap. When we read the write-intent-bitmap off the device, we currently read a whole number of pages. When PAGE_SIZE is 4K, this works due to the alignment we enforce on the superblock and bitmap. When PAGE_SIZE is 64K, this case read past the end-of-device which causes an error. When we write the superblock, we ensure to clip the last page to just be the required size. Copy that code into the read path to just read the required number of sectors. Signed-off-by: Neil Brown Cc: stable@kernel.org --- Reading git-diff-tree failed