diff options
author | therealneworld@gmail.com <therealneworld@gmail.com> | 2011-06-02 14:27:02 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-06-02 14:27:02 +0200 |
commit | 94c2b63955271d039c62e7c966aa82c9565d28ec (patch) | |
tree | a47133690e8d1a5aca9351dd8803e2e5fc4c5dc3 /ChangeLog | |
parent | 4a9f6ab4805d805ac3b437c89d11ae365a0370f3 (diff) | |
download | libfuse-94c2b63955271d039c62e7c966aa82c9565d28ec.tar.gz |
add "remember" option
This works similar to "noforget" except that eventually the node will
be allowed to expire from the cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-06-02 Miklos Szeredi <miklos@szeredi.hu> + + * Add "remember" option. This works similar to "noforget" except + that eventually the node will be allowed to expire from the cache. + Patch by therealneworld@gmail.com + 2011-05-27 Miklos Szeredi <miklos@szeredi.hu> * Check if splice/vmsplice are supported |