Re: [Yaffs] yaffs2 suport overlayfs of docker ?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Chenjie (K)
Date:  
To: Charles Manning
CC: yaffs
Subject: Re: [Yaffs] yaffs2 suport overlayfs of docker ?

when we create file
the file->f_path.dentry is dentry of overlayfs
not the yaffs2 dentry
so yaffs_dentry_to_obj(dentry); is alaway NULL,
"hey obj is null!"

we can not find the obj .




On 2016/9/28 2:24, Charles Manning wrote:
> Hello
>
> Are you asking if yaffs2 will work with the overlayfs of docker?
>
> I have not tried this, but I would expect so. I have used Yaffs2
> successfully with various overlay type file systems with complete success.
>
> -- Charles
>
>
> On Tue, Sep 27, 2016 at 10:13 PM, Chenjie (K) <
> <mailto:chenjie6@huawei.com>> wrote:
>
>
>