From: Dave Kleikamp Date: Thu, 8 Jan 2009 15:46:31 +0000 (-0600) Subject: async: Don't call async_synchronize_full_special() while holding sb_lock X-Git-Tag: v2.6.29-rc1~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96777fe7b042e5a5d0fe5fb861fcd6cd80ef9634;p=pandora-kernel.git async: Don't call async_synchronize_full_special() while holding sb_lock sync_filesystems() shouldn't be calling async_synchronize_full_special while holding a spinlock. The second while loop in that function is the right place for this anyway. Signed-off-by: Dave Kleikamp Cc: Arjan van de Ven Reported-by: Grissiom Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed