Hello! I was looking for the way of creating files in the yaffs. I found that there is a vfs_create function in fs/namei.c file in the kernel that call create. As mentioned in the "yaffs_dir_inode_operations" structure in the yaffs_vfs_multi.c, the yaffs_create will be call and ... this way will continue. Is there anyone that can tell me about the truth of this way? I am not sure and guess it might be not correct and the creation is a spacial case of opening a file!? Thanks