[Yaffs] yaffs create files

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: S. K.
日付:  
To: yaffs@lists.aleph1.co.uk
題目: [Yaffs] yaffs create files


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