mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Finish incomplete comment.
PiperOrigin-RevId: 285012278
This commit is contained in:
@@ -199,6 +199,7 @@ func (a *attachPoint) makeQID(stat syscall.Stat_t) p9.QID {
|
||||
// The reason that the file is not opened initially as read-write is for better
|
||||
// performance with 'overlay2' storage driver. overlay2 eagerly copies the
|
||||
// entire file up when it's opened in write mode, and would perform badly when
|
||||
// multiple files are only being opened for read (esp. startup).
|
||||
type localFile struct {
|
||||
p9.DefaultWalkGetAttr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user