From: Nick Piggin Date: Tue, 25 May 2010 15:51:19 +0000 (+1000) Subject: block: bd_start_claiming cleanup X-Git-Tag: v2.6.35-rc3~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0018361c3f934858592cbbb5e1a4f318c2a70ed;p=pandora-kernel.git block: bd_start_claiming cleanup I don't like the subtle multi-context code in bd_claim (ie. detects where it has been called based on bd_claiming). It seems clearer to just require a new function to finish a 2-part claim. Also improve commentary in bd_start_claiming as to how it should be used. Signed-off-by: Nick Piggin Acked-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed