From: Cornelia Huck Date: Tue, 14 Apr 2009 13:36:23 +0000 (+0200) Subject: [S390] dasd: Use the new async framework for autoonlining. X-Git-Tag: v2.6.30-rc3~85^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3445a1a656bc26b07946cc6d20de1ef07c8d116;p=pandora-kernel.git [S390] dasd: Use the new async framework for autoonlining. The dasd driver can automatically online detected dasds, which especially important for finding the root device. Currently, it will wait for each online operation to finish individually, which may take long if many dasds need to be onlined. When using the new async framework, these onlining operations can run in parallel and presence of the root device is ensured by the fact that prepare_namespace() waits for all async threads to finish. Signed-off-by: Cornelia Huck Signed-off-by: Stefan Haberland Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed