[Yaffs] lazyLoaded field needed?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Todd Poynor
Date:  
To: yaffs
Subject: [Yaffs] lazyLoaded field needed?
yaffs_ObjectStruct 8-bit field lazyLoaded was added 9 months ago in commit
http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/yaffs_guts.h?r1=1.3&r2=1.4

Nothing seems to use it, is it needed?

Index: yaffs_guts.h
===================================================================
RCS file: /home/aleph1/cvs/yaffs2/yaffs_guts.h,v
retrieving revision 1.17
diff -u -r1.17 yaffs_guts.h
--- yaffs_guts.h    7 Dec 2005 21:49:18 -0000    1.17
+++ yaffs_guts.h    26 Jan 2006 01:42:02 -0000
@@ -393,8 +393,6 @@
                  * until the inode is released.
                  */


-    __u8 lazyLoaded;    /* Vital info has been loaded from tags. Not all info available. */
-
     __u16 sum;        /* sum of the name to speed searching */


     struct yaffs_DeviceStruct *myDev;    /* The device I'm on */