Commit 5f27f3f2 authored by Ben Sidhom's avatar Ben Sidhom Committed by Aaron Jacobs

Add comment to read op semantics for direct io

parent 025868ec
......@@ -600,6 +600,9 @@ type ReadFileOp struct {
// (http://goo.gl/SGxnaN) to read a page at a time. It appears to understand
// where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned
// by a previous call to LookUpInode, GetInodeAttributes, etc.
//
// If direct io is enabled, semantics should match those of read (man 2
// read).
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