From ce41e1d0ec70fc1d66ced8a88fc50acb15963e3a Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 29 Apr 2015 11:28:16 +1000 Subject: [PATCH] Updated an out of date comment. --- connection.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/connection.go b/connection.go index 3bfdb22..832f641 100644 --- a/connection.go +++ b/connection.go @@ -46,11 +46,7 @@ func newConnection( // closed the connection. // // This function delivers ops in exactly the order they are received from -// /dev/fuse. Be wary of naively calling it concurrently: you probably want -// ordering guarantees between e.g. write ops and flush ops. For example, -// close(2) causes WriteFileOps to be issued before a FlushFileOp, but doesn't -// wait for their response before issuing the latter (cf. -// https://github.com/jacobsa/fuse/issues/3). +// /dev/fuse. It must not be called multiple times concurrently. func (c *Connection) ReadOp() (op fuseops.Op, err error) { var bfReq bazilfuse.Request