You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NFS: Judge the file access cache's timestamp in rcu path
jira LE-1907
Rebuild_History Non-Buildable kernel-rt-5.14.0-284.30.1.rt14.315.el9_2
commit-author Chengen Du <[email protected]>
commit 029085b
If the user's login time is newer than the cache's timestamp,
we expect the cache may be stale and need to clear.
The stale cache will remain in the list's tail if no other
users operate on that inode.
Once the user accesses the inode, the stale cache will be
returned in rcu path.
Signed-off-by: Chengen Du <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
(cherry picked from commit 029085b)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments