From: Tejun Heo Date: Mon, 25 Aug 2008 10:56:07 +0000 (+0900) Subject: block: move capacity from disk to part0 X-Git-Tag: v2.6.28-rc1~733^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80795aefb76d10c5d698e60c7e7750b5330787da;p=pandora-kernel.git block: move capacity from disk to part0 Move disk->capacity to part0->nr_sects and convert all users who directly accessed the field to use {get|set}_capacity(). This is done early to allow the __dev field to be moved. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed