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

Nanosecond timestamp support #121

Open
stevenxxiu opened this issue Mar 31, 2023 · 1 comment
Open

Nanosecond timestamp support #121

stevenxxiu opened this issue Mar 31, 2023 · 1 comment

Comments

@stevenxxiu
Copy link

Android kernels don't have NFS by default, so I'm trying to use this in Android.

I see however that only millisecond timestamp resolution is supported. NFS supports nanosecond timestamp per https://www.ietf.org/rfc/rfc3530.txt.

Can timestamps be changed to nanoseconds?

@kofemann
Copy link
Member

The solution will be to update the org.dcache.nfs.vfs.Stat class to use Instant instead of long for various timestamps.

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

No branches or pull requests

2 participants