Commit 5a5aec24 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: document Caller, noting UID for the ACCESS case

parent 02a3917c
...@@ -544,6 +544,10 @@ type CreateOut struct { ...@@ -544,6 +544,10 @@ type CreateOut struct {
OpenOut OpenOut
} }
// Caller has data on the process making the FS call.
//
// The UID and GID are effective UID/GID, except for the ACCESS
// opcode, where UID and GID are the real UIDs
type Caller struct { type Caller struct {
Owner Owner
Pid uint32 Pid uint32
......
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