From 1643224af0f099d55d7ae7934606ec1987658dfc Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Wed, 11 Dec 2019 10:23:54 -0800 Subject: [PATCH] Finish incomplete comment. PiperOrigin-RevId: 285012278 --- runsc/fsgofer/fsgofer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/runsc/fsgofer/fsgofer.go b/runsc/fsgofer/fsgofer.go index c9add64ec..b59e1a70e 100644 --- a/runsc/fsgofer/fsgofer.go +++ b/runsc/fsgofer/fsgofer.go @@ -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