From: Arnd Bergmann Date: Wed, 7 Jul 2010 14:51:26 +0000 (+0200) Subject: block: push BKL into blktrace ioctls X-Git-Tag: v2.6.36-rc1~288^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c2a7d969f30163f733c81158254b3095b23e72;p=pandora-kernel.git block: push BKL into blktrace ioctls The blktrace driver currently needs the BKL, but we should not need to take that in the block layer, so just push it down into the driver itself. It is quite likely that the BKL is not actually required in blktrace code and could be removed in a follow-on patch. Signed-off-by: Arnd Bergmann Acked-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed