hello
There is a function in yaffs_vfs_multi.c file named yaffs_write_begin.
I have a question about that:
Is there anyway to access data that is going to be written in this function?
I am going to manipulate data before it store(may be before Get a page). So I want to access its block(or bytes or ...).
Can everyone help me please?
Thanks.