gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

MacZFS-76.0.7 loses timestamp information #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MacZFS 76 install loses timestamp information when touched:

$ touch foo
$ ls -l
total 1
-rw-r--r--  1 alex  alex  0 Jan  1  1970 foo

Original issue reported on code.google.com by alex.ble...@gmail.com on 4 Jan 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Seems to be a call where a zfs time decode bled over 
 due to a bad merge in zfs vmops getattr call

Original comment by alex.ble...@gmail.com on 6 Jan 2011 at 9:59

GoogleCodeExporter commented 8 years ago
Fixed in 
https://github.com/alblue/mac-zfs/tree/9f3f82750964f96a6027570a05058d96b089fa6a

Original comment by alex.ble...@gmail.com on 9 Jan 2011 at 11:24