[MTD] [NOR] fix cfi_cmdset_0001 FL_SYNCING race (take 2)
authorAlexander Belyakov <abelyako@mail.ru>
Thu, 25 Sep 2008 13:53:24 +0000 (17:53 +0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 27 Sep 2008 00:56:18 +0000 (18:56 -0600)
The patch fixes CFI issue with multipartitional devices leading to the
set of errors or even deadlock. The problem is CFI FL_SYNCING state race
with flash operations (e.g. erase suspend). It is reproduced by running
intensive writes on one JFFS2 partition and simultaneously performing
mount/unmount cycle on another partition of the same chip.

Signed-off-by: Alexander Belyakov <abelyako@googlemail.com>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

No differences found