Hi, I am developing YAFFS2 on ThreadX, in my application it need report errormessage for user when flash memory storage full, how could I detect this errorby YAFFS service ? Is it suitable to check yaffs_freespace("mount_path") beforeyaffs_write such as:fwrite(int fd, u8* buf, int size){if( size>yaffs_freespace("mount_path"))SetMemFullErr( );yaffs_write(fd, (const void*)buf, size);}Best Regards,Ski Tseng
_______________________________________________
yaffs mailing list
yaffs@stoneboat.aleph1.co.uk
http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs