From: Jonathan Corbet Date: Thu, 29 May 2008 23:14:05 +0000 (-0600) Subject: Make FAT users happier by not deadlocking X-Git-Tag: v2.6.27-rc1~1103^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c20616c385ebeaa30257ef5d35e8f346db4ee32;p=pandora-kernel.git Make FAT users happier by not deadlocking The FAT BKL removal patch can cause deadlocks. It turns out that the new lock_super() calls are unneeded, remove them (as directed by Linus). Reported-by: "Tony Luck" Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed