Finish incomplete comment.

PiperOrigin-RevId: 285012278
This commit is contained in:
Dean Deng 2019-12-11 10:23:54 -08:00 committed by gVisor bot
parent 2e3b9b0a68
commit 1643224af0
1 changed files with 1 additions and 0 deletions

View File

@ -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