From: David Woodhouse Date: Sat, 30 Oct 2010 11:39:21 +0000 (+0100) Subject: mtd: Remove redundant mutex from mtd_blkdevs.c X-Git-Tag: v2.6.37-rc1~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc9de3ebdf654601db51a516267dff89c49acc3;p=pandora-kernel.git mtd: Remove redundant mutex from mtd_blkdevs.c In commit 2a48fc0ab24241755dc93bfd4f01d68efab47f5a ('block: autoconvert trivial BKL users to private mutex'), Arnd replaced the BKL usage with a mutex. However, Maxim has already provided a better fix in commit 480792b7bf188c29b8d4b10fee65c3a06ec5dbf7 ('mtd: blktrans: kill BKL'), which was simply to remove the BKL without replacing it — since he'd already made it do all necessary locking for itself. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed