svn commit: r242727 - head/sys/fs/fuse

Attilio Rao attilio at freebsd.org
Thu Nov 8 15:05:36 UTC 2012


On 11/8/12, Attilio Rao <attilio at freebsd.org> wrote:
> Author: attilio
> Date: Thu Nov  8 00:32:49 2012
> New Revision: 242727
> URL: http://svnweb.freebsd.org/changeset/base/242727
>
> Log:
>   - Current caching mode is completely broken because it simply relies
>     on timing of the operations and not real lookup, bringing too many
>     false positives. Remove the whole mechanism. If it needs to be
>     implemented, next time it should really be done in the proper way.
>   - Fix VOP_GETATTR() in order to cope with userland bugs that would
>     change the type of file and not panic. Instead it gets the entry as
>     if it is not existing.
>
>   Reported and tested by:	flo

Urgh, forgot to report:
Reported and helped to find by: "Alex" <alex at lightsoft.ru>

Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein


More information about the svn-src-all mailing list