9e42d0cf5020aaf217433cad1a224745241d212a author Dave Kleikamp 1231429591 -0600 committer Linus Torvalds 1231431339 -0800 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