Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 15:39:54 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r347531 - projects/fuse2/sys/fs/fuse
Message-ID:  <201905131539.x4DFdsJI051432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131539.x4DFdsJI051432>