Skip to content
Commit 8fab0106 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: delete dentry if timeout is zero



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>
parent 0cd1eb9a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment