svn commit: r347531 - projects/fuse2/sys/fs/fuse
Alan Somers
asomers at FreeBSD.org
Mon May 13 15:39:55 UTC 2019
Author: asomers
Date: Mon May 13 15:39:54 2019
New Revision: 347531
URL: https://svnweb.freebsd.org/changeset/base/347531
Log:
[skip ci] fusefs: remove an obsolete comment
Sponsored by: The FreeBSD Foundation
Modified:
projects/fuse2/sys/fs/fuse/fuse_io.c
Modified: projects/fuse2/sys/fs/fuse/fuse_io.c
==============================================================================
--- projects/fuse2/sys/fs/fuse/fuse_io.c Mon May 13 15:39:19 2019 (r347530)
+++ projects/fuse2/sys/fs/fuse/fuse_io.c Mon May 13 15:39:54 2019 (r347531)
@@ -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);
}
More information about the svn-src-projects
mailing list