From: Chuck Lever Date: Mon, 24 Sep 2007 19:40:11 +0000 (-0400) Subject: NFS: Eliminate nfs_renew_times() X-Git-Tag: v2.6.24-rc1~1285^2~58 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a55a1fe8f26f7d022986a599b68002e21d968a;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed