NFS: Eliminate nfs_renew_times()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 24 Sep 2007 19:40:11 +0000 (15:40 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:18:24 +0000 (17:18 -0400)
commit77a55a1fe8f26f7d022986a599b68002e21d968a
tree63e804b1105d535149e0fd558c96a8c3efcc8dce
parent92f6c178250170222f6d80c8ae725400765aa7a4
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>
fs/nfs/dir.c