X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=dea450f3ac7d50b00d56ae4563b3a88a0de57fe4;hp=f9b5ac192424b50a7ecda2509f35a14f05da867b;hb=de6470acd795b2daab5372dd4a9edce3f186afea;hpb=0035e396dc2b872289b8e6320ced59e2eea81962 diff --git a/yaffs_guts.h b/yaffs_guts.h index f9b5ac1..dea450f 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -423,6 +423,9 @@ struct yaffs_ObjectStruct { __u8 beingCreated:1; /* This object is still being created so skip some checks. */ __u8 isShadowed:1; /* This object is shadowed on the way to being renamed. */ + __u8 xattrKnown:1; /* We know if this has object has xattribs or not. */ + __u8 hasXattr:1; /* This object has xattribs. Valid if xattrKnown. */ + __u8 serial; /* serial number of chunk in NAND. Cached here */ __u16 sum; /* sum of the name to speed searching */