Miklos Szeredi wrote:
>> To be honest, I trust more the aufs code then the
fuse code, so I think
>> it's probably a problem of FUSE which still doesn't
initialize the
>> mountpoint properly? Maybe not, I don't know. Would
you please review
>> the code to make sure the filesystem is properly
initialized even prior
>> the first 'stat'?
>
> Because stat() calls the filesystem's ->getattr()
method, which
> refreshes the attributes.
>
> Fuse assumes that ->getattr() is called before the
file attributes are
> used, and aufs is breaking this assumption.
>
> Which I think is a bug in aufs, as it could break on
_other_
> filesystems which define ->getattr() as well.
>
> Miklos
>
Thank you for your opinion regarding this. I'll contact aufs
author and
tell him this
Tomas M
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
fuse-devel mailing list
fuse-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fuse-devel
a>
|