Commit 98272b62 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: correct AddDirLookupEntry comment.

parent b36e1a46
......@@ -78,7 +78,7 @@ func (l *DirEntryList) Add(prefix []byte, name string, inode uint64, mode uint32
}
// AddDirLookupEntry is used for ReadDirPlus. It serializes a DirEntry
// and its corresponding lookup. Pass a null EntryOut if the lookup
// and its corresponding lookup. Pass a zero entryOut if the lookup
// data should be ignored.
func (l *DirEntryList) AddDirLookupEntry(e DirEntry, entryOut *EntryOut) (bool, uint64) {
ino := uint64(FUSE_UNKNOWN_INO)
......
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