mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add period to comment
PiperOrigin-RevId: 224553291 Change-Id: I35d0772c215b71f4319c23f22df5c61c908f8590
This commit is contained in:
@@ -251,7 +251,7 @@ func (p *proc) DeprecatedReaddir(ctx context.Context, dirCtx *fs.DirCtx, offset
|
||||
return offset, err
|
||||
}
|
||||
|
||||
// newMountsSymlink returns a symlink to "self/mounts"
|
||||
// newMountsSymlink returns a symlink to "self/mounts".
|
||||
func newMountsSymlink(ctx context.Context, msrc *fs.MountSource) *fs.Inode {
|
||||
s := &ramfs.Symlink{}
|
||||
s.InitSymlink(ctx, fs.RootOwner, "self/mounts")
|
||||
|
||||
Reference in New Issue
Block a user