git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ee67a
)
[PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'
author
NeilBrown
<neilb@cse.unsw.edu.au>
Mon, 1 Aug 2005 05:34:50 +0000
(22:34 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 2 Aug 2005 02:14:01 +0000
(19:14 -0700)
The default resync_max_sector is set to "mddev->size << 1". If the
raid-personality-module updates mddev->size, it must update
resync_max_sectors too.
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found