aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-06-07 05:12:45 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-06-07 05:12:45 +0000
commita4f72cf50475be3c4f8067092599fc79c6e08a8b (patch)
treec90ef2a74fd5f58299ac6f4a288b4fbaf09346aa /README
parent5647855a7ddd322e0e9ced1134e5ea6cc100904e (diff)
updated README, comments by John Muir
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index e14e37e..5537ddb 100644
--- 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.