]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] md: Make sure array geometry changes persist with version-1 superblocks
authorNeilBrown <neilb@suse.de>
Thu, 2 Feb 2006 22:28:04 +0000 (14:28 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 2 Feb 2006 23:07:11 +0000 (15:07 -0800)
commit330f5f83d448f1df0dd53e9256921cce2abd8ac3
treec438cf3fc472ae1fb22a64cede2e192a72cb97d6
parent78acedb895dbb2f102a35b1365769e01b2247dc6
[PATCH] md: Make sure array geometry changes persist with version-1 superblocks

super_1_sync only updates fields in the superblock that might have changed.

'raid_disks' and 'size' could have changed, but this information doesn't get
updated....  until this patch.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c