[Bugs] [Bug 1560969] Garbage collect inactive inodes in fuse-bridge

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 27 11:31:38 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1560969



--- Comment #1 from Amar Tumballi <atumball at redhat.com> ---
Description of problem:
Currently fuse-bridge has an lru limit of the inode table as infinite. This
means we are dependent on kernel to send forgets even though the inode is not
active. However, we can implement garbage collection of inodes in lru list of
itable. We can ask kernel to send a forget by calling inode/entry_invalidate on
the inode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list