From bd35c2f6448ff816f8aa04b644eab3b648dab6df Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 27 Jan 2006 00:44:10 +0000 Subject: [PATCH] Remove unused lazyloaded field --- yaffs_guts.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yaffs_guts.h b/yaffs_guts.h index 0a18dee..7bf46c1 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -14,7 +14,7 @@ * * 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__ @@ -393,8 +393,6 @@ struct yaffs_ObjectStruct { * 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 */ -- 2.30.2