commit | 16945141c3567bb8561de3677de1ec657675bb15 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Apr 25 14:34:11 2018 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sun Jun 17 10:41:11 2018 -0400 |
tree | 9b8bf154e464cc93a9ae085fbeb7c80437317de1 | |
parent | d6ebf5088f09472c1136cd506bdc27034a6763f8 [diff] |
nfsd: fix NFSv4 time_delta attribute Currently we return the worst-case value of 1 second in the time delta attribute. That's not terribly useful. Instead, return a value calculated from the time granularity supported by the filesystem and the system clock. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>