Remove unused lazyloaded field
authorcharles <charles>
Fri, 27 Jan 2006 00:44:10 +0000 (00:44 +0000)
committercharles <charles>
Fri, 27 Jan 2006 00:44:10 +0000 (00:44 +0000)
yaffs_guts.h

index 0a18dee197eaaeffda542bfc0e9b05afb5b5005a..7bf46c1264678b51a1c5df270c1e82d5563173fd 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
- * $Id: yaffs_guts.h,v 1.17 2005-12-07 21:49:18 charles Exp $
+ * $Id: yaffs_guts.h,v 1.18 2006-01-27 00:44:10 charles Exp $
  */
 
 #ifndef __YAFFS_GUTS_H__
  */
 
 #ifndef __YAFFS_GUTS_H__
@@ -393,8 +393,6 @@ struct yaffs_ObjectStruct {
                                 * until the inode is released.
                                 */
 
                                 * 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 */
        __u16 sum;              /* sum of the name to speed searching */
 
        struct yaffs_DeviceStruct *myDev;       /* The device I'm on */