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

fs: use syscall.Timespec.Unix #193

Merged
merged 1 commit into from Jan 7, 2022
Merged

fs: use syscall.Timespec.Unix #193

merged 1 commit into from Jan 7, 2022

Conversation

tklauser
Copy link
Contributor

@tklauser tklauser commented Jan 3, 2022

Use the syscall method instead of repeating the type conversions for
the syscall.Stat_t Atim/Atimespec members. This also allows to drop the
//nolint: unconvert comments.

Use the syscall method instead of repeating the type conversions for
the syscall.Stat_t Atim/Atimespec members. This also allows to drop the
//nolint: unconvert comments.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
@dmcgowan dmcgowan added this to New in Code Review via automation Jan 3, 2022
@dmcgowan dmcgowan moved this from New to Ready For Review in Code Review Jan 3, 2022
@AkihiroSuda AkihiroSuda merged commit 092b2c8 into containerd:main Jan 7, 2022
Code Review automation moved this from Ready For Review to Done Jan 7, 2022
@tklauser tklauser deleted the timespec-unix branch January 7, 2022 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants