• Miklos Szeredi's avatar
    fuse: delete dentry if timeout is zero · 8fab0106
    Miklos Szeredi authored
    Don't hold onto dentry in lru list if need to re-lookup it anyway at next
    access.  Only do this if explicitly enabled, otherwise it could result in
    performance regression.
    
    More advanced version of this patch would periodically flush out dentries
    from the lru which have gone stale.
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
    8fab0106
fuse_i.h 25.2 KB