aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/fs/fuse/fuse_io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/fuse/fuse_io.c b/sys/fs/fuse/fuse_io.c
index 6f9327f2e6d3..6b0b95202014 100644
--- a/sys/fs/fuse/fuse_io.c
+++ b/sys/fs/fuse/fuse_io.c
@@ -741,8 +741,6 @@ fuse_io_strategy(struct vnode *vp, struct buf *bp)
/*
* This may be a read-modify-write operation on a cached file
* opened O_WRONLY. The FUSE protocol allows this.
- *
- * TODO: eliminate this hacky check once the FUFH table is gone
*/
error = fuse_filehandle_get(vp, FWRITE, &fufh, cred, pid);
}