From: NeilBrown Date: Fri, 8 Dec 2006 10:36:14 +0000 (-0800) Subject: [PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locks X-Git-Tag: v2.6.20-rc1~34^2~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd27c7a1bfa9801544ca961cdb4ca0b4998580b8;p=pandora-kernel.git [PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locks The extra call to get_gendisk is not good. It causes a ->probe and possible module load before it is really appropriate to do this. Cc: Ingo Molnar Acked-by: Peter Zijlstra Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed