From: Miklos Szeredi Date: Tue, 7 Jun 2005 05:12:45 +0000 (+0000) Subject: updated README, comments by John Muir X-Git-Tag: fuse_2_4_0_pre2~70 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a4f72cf50475be3c4f8067092599fc79c6e08a8b;p=qemu-gpiodev%2Flibfuse.git updated README, comments by John Muir --- 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.