diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-28 23:49:57 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-28 23:49:57 +0000 |
commit | d99063318481128c2151cd1901bff5b4aa684c3e (patch) | |
tree | e912e53f8a8fee722303c2d3a9933df5cb41e7e4 /pkg/sentry/socket/hostinet | |
parent | 651b81cca8a2542c0b0f2de1e8af7c66511c24c6 (diff) |
Merge release-20200921.0-57-g237b761f9 (automated)
Diffstat (limited to 'pkg/sentry/socket/hostinet')
-rw-r--r-- | pkg/sentry/socket/hostinet/socket_vfs2.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/sentry/socket/hostinet/socket_vfs2.go b/pkg/sentry/socket/hostinet/socket_vfs2.go index 87b077e68..97bc6027f 100644 --- a/pkg/sentry/socket/hostinet/socket_vfs2.go +++ b/pkg/sentry/socket/hostinet/socket_vfs2.go @@ -52,7 +52,6 @@ var _ = socket.SocketVFS2(&socketVFS2{}) func newVFS2Socket(t *kernel.Task, family int, stype linux.SockType, protocol int, fd int, flags uint32) (*vfs.FileDescription, *syserr.Error) { mnt := t.Kernel().SocketMount() d := sockfs.NewDentry(t.Credentials(), mnt) - defer d.DecRef(t) s := &socketVFS2{ socketOpsCommon: socketOpsCommon{ |