From: Tejun Heo Date: Fri, 29 Aug 2008 07:01:47 +0000 (+0200) Subject: block: move __dev from disk to part0 X-Git-Tag: v2.6.28-rc1~733^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548b10eb2959c96cef6fc29fc96e0931eeb53bc5;p=pandora-kernel.git block: move __dev from disk to part0 Move disk->__dev to part0->__dev. This simplifies bdget_disk() and lookup_devt() and allows common sysfs attributes to be unified. part_to_disk() is updated to handle part0 -> disk. Updated to include a fix from Bartlomiej Zolnierkiewicz , he writes: "part0 is a "special" partition and doesn't need to have capacity set - this fixes regression caused by "block: move __dev from disk to part0" commit." Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed