diff options
-rw-r--r-- | include/fuse_lowlevel.h | 2 |
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. * |