14 lines
321 B
Text
14 lines
321 B
Text
|
================================================================================
|
||
|
|
||
|
In order to make nano second timestamp precision work, run
|
||
|
|
||
|
$ sysctl vfs.timestamp_precision=1
|
||
|
|
||
|
or put
|
||
|
|
||
|
vfs.timestamp_precision=1
|
||
|
|
||
|
in /etc/sysctl.conf
|
||
|
|
||
|
================================================================================
|