Add "noforget" option to high level lib.
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 18 Jun 2009 11:29:14 +0000 (11:29 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 18 Jun 2009 11:29:14 +0000 (11:29 +0000)
 Add "no_remote_lock" option to disable remote file locking

ChangeLog

index f927d9b09a4a5c2a4d271deb24906e9453686946..a32dd66c1abb68525c9b88a7a34e364a0611eb5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-06-18  Miklos Szeredi <miklos@szeredi.hu>
 
+       * 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: