From: charles Date: Fri, 27 Jan 2006 00:44:10 +0000 (+0000) Subject: Remove unused lazyloaded field X-Git-Tag: pre-name-change~373 X-Git-Url: http://aleph1.co.uk/gitweb/?a=commitdiff_plain;h=bd35c2f6448ff816f8aa04b644eab3b648dab6df;p=yaffs2.git Remove unused lazyloaded field --- 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 */