aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-12-12 22:12:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-12-12 22:12:08 +0000
commit404be5edf91c50bf2c5fc8f23dd33704f21770bd (patch)
tree629f3cc5b630d0ca356fa87214d8451a9c8064b2
parent5b701964edde2673e91c15b35f9ae3afabf88b50 (diff)
downloadlibfuse-404be5edf91c50bf2c5fc8f23dd33704f21770bd.tar.gz
releasedir doc fix
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 062cf22..b8d561f 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -556,8 +556,6 @@ struct fuse_lowlevel_ops {
* For every opendir call there will be exactly one releasedir
* call.
*
- * Any errors sent by releasedir will be ignored.
- *
* fi->fh will contain the value set by the opendir method, or
* will be undefined if the opendir method didn't set any value.
*