diff options
author | Jan Chochol <jan@chochol.info> | 2018-01-05 08:39:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-26 11:02:08 +0200 |
commit | 81fbb7e26ea1068d6c7777f5c1f8d4f9b4ec68a9 (patch) | |
tree | 5bfa626ddba55b7d6af4222b0b374b1c7e8c3996 /fs/fat/cache.c | |
parent | 35ceddc59cd4f70343072247fd5b9995d8fceb87 (diff) | |
download | linux-stable-81fbb7e26ea1068d6c7777f5c1f8d4f9b4ec68a9.tar.gz linux-stable-81fbb7e26ea1068d6c7777f5c1f8d4f9b4ec68a9.tar.bz2 linux-stable-81fbb7e26ea1068d6c7777f5c1f8d4f9b4ec68a9.zip |
nfs: Do not convert nfs_idmap_cache_timeout to jiffies
[ Upstream commit cbebc6ef4fc830f4040d4140bf53484812d5d5d9 ]
Since commit 57e62324e469 ("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: 57e62324e469 ("NFS: Store the legacy idmapper result in the keyring")
Signed-off-by: Jan Chochol <jan@chochol.info>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/fat/cache.c')
0 files changed, 0 insertions, 0 deletions