Commit 003b895a authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update comment.

parent 6597830b
......@@ -57,7 +57,7 @@ const (
_OP_FALLOCATE = int32(43) // protocol version 19.
_OP_READDIRPLUS = int32(44) // protocol version 21.
// Ugh - what will happen if FUSE introduces a new opcode here?
// The following entries don't have to be compatible across Go-FUSE versions.
_OP_NOTIFY_ENTRY = int32(100)
_OP_NOTIFY_INODE = int32(101)
_OP_NOTIFY_DELETE = int32(102) // protocol version 18
......
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