commit | 77a55a1fe8f26f7d022986a599b68002e21d968a | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Sep 24 15:40:11 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:18:24 2007 -0400 |
tree | 63e804b1105d535149e0fd558c96a8c3efcc8dce | |
parent | 92f6c178250170222f6d80c8ae725400765aa7a4 [diff] |
NFS: Eliminate nfs_renew_times() The nfs_renew_times() function plants the current time in jiffies in dentry->d_time. But a call to nfs_renew_times() is always followed by another call that overwrites dentry->d_time. Get rid of the nfs_renew_times() calls. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>