Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

wking
Copy link
Contributor

@wking wking commented May 11, 2017

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
Copy link
Member

tianon commented May 11, 2017

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

@wking
Copy link
Contributor Author

wking commented May 11, 2017

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

@wking
Copy link
Contributor Author

wking commented May 11, 2017 via email

@crosbymichael
Copy link
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