commit | 8fab010644363f8f80194322aa7a81e38c867af3 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Wed Aug 15 17:42:34 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 12 14:59:41 2019 +0200 |
tree | 35f062db803874b298ceb6e115624f79b927e65b | |
parent | 0cd1eb9a4160a96e0ec9b93b2e7b489f449bf22d [diff] |
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: Miklos Szeredi <mszeredi@redhat.com>