From 17d1cf6956d08de9aa79b4a7691fb50a2446fa18 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 18 Jun 2009 11:29:14 +0000 Subject: [PATCH] Add "noforget" option to high level lib. Add "no_remote_lock" option to disable remote file locking --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f927d9b..a32dd66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2009-06-18 Miklos Szeredi + * Add "noforget" option to high level lib to prevent ESTALE errors + on NFS exported filesystems. This result in paths being cached + forever, resulting in ever growing memory usage. Use with care. + + * Add "no_remote_lock" option to disable remote file locking even + if the filesystem implements it. With this option locking + primitives (flock, lockf, fcntl(F_SETLK)) will still work, but + will ignore remotely locked files. + * CUSE patches from Tejun Heo: * Unrestricted ioctl support left some debris. Clean them up: -- 2.30.2