libgocryptfs/pathfs_frontend
Jakob Unterwurzacher aa082c235a Utimens: Use UtimesNano instead of Futimes
Futimes() only takes microsecond resolution while the FUSE call
Utimens() wants nanosecond precision.

This is why UTIME_OMIT did not work - this change fixes the
xfstests generic/258 test failure.

The go library does not provide a FutimesNano() function which is
why I use UtimesNano() on /proc/self/fd/n.
This is what the Go library does in Futimes().
2015-10-04 20:32:15 +02:00
..
file.go Utimens: Use UtimesNano instead of Futimes 2015-10-04 20:32:15 +02:00
file_holes.go Truncate: Logging improvements, show number of blocks as float 2015-10-04 15:45:46 +02:00
fs.go Run go fmt 2015-10-04 14:49:47 +02:00