https://github.com/torvalds/linux
Revision 09cd9270ea52e0f9851528e8ed028073f96b3c34 authored by NeilBrown on 22 December 2011, 22:56:55 UTC, committed by NeilBrown on 22 December 2011, 22:56:55 UTC
commit d70ed2e4fafdbef0800e73942482bb075c21578b
broke hot-add to a linear array.
After that commit, metadata if not written to devices until they
have been fully integrated into the array as determined by
saved_raid_disk.  That patch arranged to clear that field after
a recovery completed.

However for linear arrays, there is no recovery - the integration is
instantaneous.  So we need to explicitly clear the saved_raid_disk
field.

Signed-off-by: NeilBrown <neilb@suse.de>
1 parent 5d8c71f
History
Tip revision: 09cd9270ea52e0f9851528e8ed028073f96b3c34 authored by NeilBrown on 22 December 2011, 22:56:55 UTC
md/linear: fix hot-add of devices to linear arrays.
Tip revision: 09cd927
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.6 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 201.2 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top