block/md: fix md autodetection
authorTejun Heo <teheo@suse.de>
Mon, 10 Nov 2008 06:30:47 +0000 (15:30 +0900)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 18 Nov 2008 14:08:56 +0000 (15:08 +0100)
commit55e8e30c382d25c34f8aafcc78efec948571a941
treec044242b34590e3b5ceff03a2891f9afccc95e9e
parentba32929a91fe2c0628f5be62d1597b379c8d3062
block/md: fix md autodetection

Block ext devt conversion missed md_autodetect_dev() call in
rescan_partitions() leaving md autodetect unable to see partitions.
Fix it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/partitions/check.c