[Yaffs] [PATCH 2/3] Fix wrong declaration for reserved membe…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: tristan
Date:  
To: yaffs
CC: Tristan Lelong
Subject: [Yaffs] [PATCH 2/3] Fix wrong declaration for reserved member of struct yaffs_obj_hdr
From: Tristan Lelong <>

Signed-off-by: Tristan Lelong <>
---

 yaffs_guts.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/yaffs_guts.h b/yaffs_guts.h
index 64929ed..ea1877c 100644
--- a/yaffs_guts.h
+++ b/yaffs_guts.h
@@ -345,7 +345,7 @@ struct yaffs_obj_hdr {
     u32 inband_is_shrink;


     u32 file_size_high;
-    u32 reserved[1];
+    u32 reserved[2];
     int shadows_obj;    /* This object header shadows the
                 specified object if > 0 */


--
618FE3EF