From: Charles Manning Date: Thu, 13 May 2010 02:29:16 +0000 (+1200) Subject: yaffs Fix incorrect handling of deletion flag X-Git-Tag: pre-name-change~65 X-Git-Url: https://yaffs.net/gitweb/?a=commitdiff_plain;h=401f9eb48ce20b18902ad9a4a8039d43e363d2ec;hp=401f9eb48ce20b18902ad9a4a8039d43e363d2ec;p=yaffs2.git 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 ---