mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
committed by
gVisor bot
parent
c5ed390162
commit
d797f26666
@@ -552,7 +552,7 @@ func (f *fileDescription) Allocate(ctx context.Context, mode, offset, length uin
|
||||
return syserror.ESPIPE
|
||||
}
|
||||
|
||||
// TODO(gvisor.dev/issue/2923): Implement Allocate for non-pipe hostfds.
|
||||
// TODO(gvisor.dev/issue/3589): Implement Allocate for non-pipe hostfds.
|
||||
return syserror.EOPNOTSUPP
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user