yaffs Fix incorrect handling of deletion flag
authorCharles Manning <cdhmanning@gmail.com>
Thu, 13 May 2010 02:29:16 +0000 (14:29 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 13 May 2010 02:29:16 +0000 (14:29 +1200)
commit401f9eb48ce20b18902ad9a4a8039d43e363d2ec
tree1ea85e23eb93a209d719625d49acdfb0071c5b21
parente0f1d0213364d12d512b044afd637d3761d31bdc
yaffs Fix incorrect handling of deletion flag

Move the reading of the deleted flag so that it picks up any changes.

Notw we need a value on the stack because the object might get
freed and we don't want to access a hanging pointer.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
yaffs_guts.c