diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-02 02:25:18 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-02 02:25:18 +0000 |
commit | 2e80f58b0d18b8dd122dc192a1cef9aa6a2da56f (patch) | |
tree | b21a43a5da78fe858a03f51c92533455195e7fdf /runsc | |
parent | 01ab43f3f87e34c2a661bfdcf560dd9b5173974a (diff) | |
parent | 37a217aca4a128d66a6dd4969375ea81bd879ac7 (diff) |
Merge release-20200818.0-105-g37a217aca (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/fsgofer/fsgofer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/fsgofer/fsgofer.go b/runsc/fsgofer/fsgofer.go index b0788bd23..4268d97a1 100644 --- a/runsc/fsgofer/fsgofer.go +++ b/runsc/fsgofer/fsgofer.go @@ -181,6 +181,8 @@ func (a *attachPoint) makeQID(stat unix.Stat_t) p9.QID { // The few exceptions where it cannot be done are: utimensat on symlinks, and // Connect() for the socket address. type localFile struct { + p9.DisallowClientCalls + // attachPoint is the attachPoint that serves this localFile. attachPoint *attachPoint |