aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-27 20:50:16 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-27 20:50:16 -0700
commit97685957d7bb45fd78beda5b175585d69ad04814 (patch)
tree24354ed8e7594c8c9982d714c188cbcd4a43e1d4 /include/fuse_lowlevel.h
parent131955ff7c7e2f32ea152cdf8cba782fb836bbe8 (diff)
Removed some more "Changed in version x.py" comments.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 503b682..aa59ec8 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -284,9 +284,6 @@ struct fuse_lowlevel_ops {
* @param attr the attributes
* @param to_set bit mask of attributes which should be set
* @param fi file information, or NULL
- *
- * Changed in version 2.5:
- * file information filled in for ftruncate
*/
void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
int to_set, struct fuse_file_info *fi);