From 6b4a733e562727d122ce5c88cc913201ad296351 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 31 Mar 2015 15:59:26 +1100 Subject: [PATCH] Added a citation. --- fuseops/ops.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuseops/ops.go b/fuseops/ops.go index e5dac5f..db0714d 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -254,7 +254,8 @@ func (o *SetInodeAttributesOp) Respond(err error) { // // File systems should not make assumptions about whether they will or will not // receive a ForgetInodeOp for the root inode. Experimentally, OS X seems to -// never send one, while Linux appears to send one only sometimes. +// never send one, while Linux appears to send one only sometimes. (Cf. +// http://goo.gl/EUbxEg, fuse-devel thread "Root inode lookup count"). type ForgetInodeOp struct { commonOp