From 79b446d22ce8cfb387549bef2a0ddcaf6fbb3331 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 8 Jul 2017 01:12:59 +0200 Subject: Fixed description of struct fuse_conn_info->time_gran At least on Linux kernel 4.9, a value of zero gives more than 1-sec accuracy. --- ChangeLog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 4fbce46..864642a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ Unreleased Changes ================== +* Fixed description of the `fuse_conn_info->time_gran`. The default + value of zero actually corresponds to full nanosecond resolution, + not one second resolution. * The init script is now installed into the right location ($DESTDIR/etc/init.d rather than $prefix/$sysconfdir/init.d) * The `example/passthrough_ll` filesystem now supports creating -- cgit v1.2.3