]> git.baikalelectronics.ru Git - kernel.git/commit
md: make 'name' arg to md_register_thread non-optional.
authorNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 05:56:52 +0000 (15:56 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 05:56:52 +0000 (15:56 +1000)
commit42b18525e03cf61198479a1e5a1678592c3d8e53
tree18537d016ecc0f12b41b4589818b4c047cd58bcf
parent32d66e23cc54f8d1fa5f80c9739e0ac2ebaaecdd
md: make 'name' arg to md_register_thread non-optional.

Having the 'name' arg optional and defaulting to the current
personality name is no necessary and leads to errors, as when
changing the level of an array we can end up using the
name of the old level instead of the new one.

So make it non-optional and always explicitly pass the name
of the level that the array will be.

Reported-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
drivers/md/multipath.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c