Skip to content

libcontainer/specconv/spec_linux: Use golang.org/x/sys/unix#1445

Closed
wking wants to merge 1 commit into
opencontainers:masterfrom
wking:specconv-syscall-to-sys-unix
Closed

libcontainer/specconv/spec_linux: Use golang.org/x/sys/unix#1445
wking wants to merge 1 commit into
opencontainers:masterfrom
wking:specconv-syscall-to-sys-unix

Conversation

@wking

@wking wking commented May 11, 2017

Copy link
Copy Markdown
Contributor

syscall is deprecated [1] and sys/unix contains newer flags like
MS_LAZYTIME [2] which we need to implement all the
filesystem-independent mount options referenced from the spec [3].

[1]: https://golang.org/pkg/syscall/
[2]: https://godoc.org/golang.org/x/sys/unix
[3]: https://github.com/opencontainers/runtime-spec/blame/v1.0.0-rc5/config.md#L68

Signed-off-by: W. Trevor King <wking@tremily.us>
@tianon

tianon commented May 11, 2017

Copy link
Copy Markdown
Member

This is a dup of #1442, isn't it?

@wking

wking commented May 11, 2017

Copy link
Copy Markdown
Contributor Author

This is a subset of #1442, ping @clnperez.

@wking

wking commented May 11, 2017 via email

Copy link
Copy Markdown
Contributor Author

@crosbymichael

Copy link
Copy Markdown
Member

This is a dup of #1442, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants