From: Arjan van de Ven Date: Thu, 8 Jan 2009 20:35:11 +0000 (-0800) Subject: async: make async_synchronize_full() more serializing X-Git-Tag: v2.6.29-rc1~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b04b9308959af7febc1c111c766fa3fd8b1934;p=pandora-kernel.git async: make async_synchronize_full() more serializing turns out that there are real problems with allowing async tasks that are scheduled from async tasks to run after the async_synchronize_full() returns. This patch makes the _full more strict and a complete synchronization. Later I might need to add back a lighter form of synchronization for other uses.. but not right now. Signed-off-by: Arjan van de Ven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed