From: Mikulas Patocka Date: Tue, 6 Jan 2009 03:04:54 +0000 (+0000) Subject: dm snapshot: change yield to msleep X-Git-Tag: v2.6.29-rc1~492^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fa1527bddc7147dc0d590ee6184ca88bc50ecf;p=pandora-kernel.git dm snapshot: change yield to msleep Change yield() to msleep(1). If the thread had realtime priority, yield() doesn't really yield, so the yielding process would loop indefinitely and cause machine lockup. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed