From 4008a44fb6e61295ff68e9bb5a7b5ab7ea49c2e9 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Thu, 25 Jun 2015 15:45:12 +1000 Subject: [PATCH] Added another TODO. --- fuseops/ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuseops/ops.go b/fuseops/ops.go index efa2d9a..9652d3a 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -360,7 +360,7 @@ func (o *CreateSymlinkOp) toBazilfuseResponse() (bfResp interface{}) { // TODO(jacobsa): Comments for struct and fields, in particular covering // renames across mount points. Mention that you'll still get a forget, like -// RmDirOp. +// RmDirOp. Also that an existing destination name should be atomically replaced. type RenameOp struct { commonOp