From: Vivek Goyal Date: Thu, 3 Mar 2011 00:04:50 +0000 (-0500) Subject: loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue() X-Git-Tag: v2.6.39-rc1~80^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd25f54961273c2e4cbd47441e04832468382a5e;p=pandora-kernel.git loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue() Now we initialize ->queue_lock at queue allocation time so driver does not have to worry about initializing it before calling blk_cleanup_queue(). Signed-off-by: Jens Axboe --- Reading git-diff-tree failed