]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5fe7062b444c0f10fed8a71c020beee8754ef8d9
tree63e804b1105d535149e0fd558c96a8c3efcc8dce
parent92f7f5a7d9250514f79303f76792e0f0cfc9f680
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