We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
The solution will be to update the org.dcache.nfs.vfs.Stat class to use Instant instead of long for various timestamps.
org.dcache.nfs.vfs.Stat
Instant
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: