jffs2: use cond_resched() instead of yield()
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 1 Sep 2010 16:03:41 +0000 (18:03 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 24 Oct 2010 23:14:01 +0000 (00:14 +0100)
yield() has different semantics meanwhile and even causes RT-kernels to
BUG. Replace the only appearance left in jffs2.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

No differences found