Files
linux-apfs/fs/nfs
Trond Myklebust 4704f0e274 NFS: Fix the resolution problem with nfs_inode_attrs_need_update()
It appears that 'jiffies' timestamps do not have high enough resolution for
nfs_inode_attrs_need_update(). One problem is that a GETATTR can be
launched within < 1 jiffy of the last operation that updated the attribute.
Another problem is that RPC calls can take < 1 jiffy to execute.

We can fix this by switching the variables to use a simple global counter
that gets incremented every time we start another GETATTR call.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2008-10-14 19:23:17 -04:00
..
2008-07-09 12:09:04 -04:00
2008-02-20 16:15:44 -05:00
2008-10-10 14:41:50 -04:00
2008-03-19 18:00:34 -04:00
2008-10-07 18:16:22 -04:00
2008-07-15 18:10:53 -04:00
2008-10-07 17:59:49 -04:00
2008-10-07 18:16:22 -04:00