From: Jeff Mahoney Date: Mon, 26 Jun 2006 07:27:25 +0000 (-0700) Subject: [PATCH] dm: fix block device initialisation X-Git-Tag: v2.6.18-rc1~662 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b04115368ff383654a3bd26baf8f4be5e81132;p=pandora-kernel.git [PATCH] dm: fix block device initialisation In alloc_dev(), we register the device with the block layer and then continue to initialize the device. But register_disk() makes the device available to be opened before we have completed initialising it. This patch moves the final bits of the initialization above the disk registration. [akpm: too late for 2.6.17 - suitable for 2.6.17.x after it has settled] Signed-off-by: Jeff Mahoney Signed-off-by: Alasdair G Kergon Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed