From: Tejun Heo Date: Sat, 13 Nov 2010 10:55:17 +0000 (+0100) Subject: block: reorganize claim/release implementation X-Git-Tag: v2.6.38-rc1~231^2~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a027eff62f6ae32d49f2ae5dadd6f4eee1ddae2;p=pandora-kernel.git block: reorganize claim/release implementation With claim/release rolled into blkdev_get/put(), there's no reason to keep bd_abort/finish_claim(), __bd_claim() and bd_release() as separate functions. It only makes the code difficult to follow. Collapse them into blkdev_get/put(). This will ease future changes around claim/release. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed