commit | ab6085c795a71b6a21afe7469d30a365338add7a | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed May 23 13:58:10 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 23 20:14:14 2007 -0700 |
tree | d9d901ea1c3401906553ef9e684a1094a1b3083a | |
parent | 787f17feb204ed1c6331892fb8124b80dc9fe288 [diff] |
md: don't write more than is required of the last page of a bitmap It is possible that real data or metadata follows the bitmap without full page alignment. So limit the last write to be only the required number of bytes, rounded up to the hard sector size of the device. Signed-off-by: Neil Brown <neilb@suse.de> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>