From: Jason Baron Date: Fri, 29 Sep 2006 09:01:01 +0000 (-0700) Subject: [PATCH] block_dev.c mutex_lock_nested() fix X-Git-Tag: v2.6.19-rc1~711 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d7c8aca8670a772f74766c19e0345a606b67a9;p=pandora-kernel.git [PATCH] block_dev.c mutex_lock_nested() fix In the case below we are locking the whole disk not a partition. This change simply brings the code in line with the piece above where when we are the 'first' opener, and we are a partition. Signed-off-by: Jason Baron Acked-by: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed