updated README, comments by John Muir
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 7 Jun 2005 05:12:45 +0000 (05:12 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Tue, 7 Jun 2005 05:12:45 +0000 (05:12 +0000)
README

diff --git a/README b/README
index e14e37e2f886b5e490c685d050dc7e1f791e58c9..5537ddbf7bcff03127ef6eeac1efb19ccea399ad 100644 (file)
--- a/README
+++ b/README
@@ -172,6 +172,19 @@ hard_remove
   an unlink operation (or in a rename operation which overwrites an
   existing file).
 
+  It is recommended that you not use the hard_remove option. When
+  hard_remove is set, the following libc functions fail on unlinked
+  files (returning errno of ENOENT):
+     - read()
+     - write()
+     - fsync()
+     - close()
+     - f*xattr()
+     - ftruncate()
+     - fstat()
+     - fchmod()
+     - fchown()
+
 debug
 
   Turns on debug information printing by the library.