X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.c;h=dc6dab9640858117c6d139337c0405a2830a3010;hp=90046854ff29def2dc975bd03bc38173152d526a;hb=e39518410bfa410b09e4b270755f756b91456001;hpb=749436878923f8c152c98cc016f32c0562479182 diff --git a/direct/yaffsfs.c b/direct/yaffsfs.c index 9004685..dc6dab9 100644 --- a/direct/yaffsfs.c +++ b/direct/yaffsfs.c @@ -24,7 +24,7 @@ #endif -const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.17 2007-02-14 01:09:06 wookey Exp $"; +const char *yaffsfs_c_version="$Id: yaffsfs.c,v 1.18 2007-07-18 19:40:38 charles Exp $"; // configurationList is the list of devices that are supported static yaffsfs_DeviceConfiguration *yaffsfs_configurationList; @@ -38,6 +38,9 @@ static void yaffsfs_RemoveObjectCallback(yaffs_Object *obj); // Handle management. // + +unsigned int yaffs_wr_attempts; + typedef struct { __u8 inUse:1; // this handle is in use