Commit b289b8e4 authored by Ben Sidhom's avatar Ben Sidhom Committed by Aaron Jacobs

Address doc comment.

parent 5f27f3f2
...@@ -601,8 +601,7 @@ type ReadFileOp struct { ...@@ -601,8 +601,7 @@ type ReadFileOp struct {
// where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned // where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned
// by a previous call to LookUpInode, GetInodeAttributes, etc. // by a previous call to LookUpInode, GetInodeAttributes, etc.
// //
// If direct io is enabled, semantics should match those of read (man 2 // If direct IO is enabled, semantics should match those of read(2).
// read).
BytesRead int BytesRead int
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment