Skip to content
Commit cbebc6ef authored by Jan Chochol's avatar Jan Chochol Committed by Trond Myklebust
Browse files

nfs: Do not convert nfs_idmap_cache_timeout to jiffies



Since commit 57e62324 ("NFS: Store the legacy idmapper result in the
keyring") nfs_idmap_cache_timeout changed units from jiffies to seconds.
Unfortunately sysctl interface was not updated accordingly.

As a effect updating /proc/sys/fs/nfs/idmap_cache_timeout with some
value will incorrectly multiply this value by HZ.
Also reading /proc/sys/fs/nfs/idmap_cache_timeout will show real value
divided by HZ.

Fixes: 57e62324 ("NFS: Store the legacy idmapper result in the keyring")
Signed-off-by: default avatarJan Chochol <jan@chochol.info>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 06e19024
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment