From: Yehuda Sadeh Date: Tue, 27 Jul 2010 20:11:08 +0000 (-0700) Subject: ceph: use complete_all and wake_up_all X-Git-Tag: v2.6.35~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03066f23452ff088ad8e2c8acdf4443043f35b51;p=pandora-kernel.git ceph: use complete_all and wake_up_all This fixes an issue triggered by running concurrent syncs. One of the syncs would go through while the other would just hang indefinitely. In any case, we never actually want to wake a single waiter, so the *_all functions should be used. Signed-off-by: Yehuda Sadeh Signed-off-by: Sage Weil --- Reading git-diff-tree failed