summaryrefslogtreecommitdiff
path: root/nfs/cache.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-15 19:06:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-15 19:06:10 +0000
commit718b3a977e9815ab7b9679303a36f121189f9267 (patch)
tree710a731cf28637dfb6c1b8b820d4f482b40cdfec /nfs/cache.c
parentfa29f5878ba68b232ba5aaf661b33b122089f2e2 (diff)
Formerly cache.c.~2~
Diffstat (limited to 'nfs/cache.c')
-rw-r--r--nfs/cache.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/nfs/cache.c b/nfs/cache.c
index 5b31e712..5d00f144 100644
--- a/nfs/cache.c
+++ b/nfs/cache.c
@@ -19,19 +19,6 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-/* We have fresh stat information for NP; the fattr structure is at
- P. Update our entry. Return the address of the next int after
- the fattr structure. */
-int *
-register_fresh_stat (struct node *np, int *p)
-{
- int *ret;
-
- ret = xdr_decode_fattr (p, &np->nn_stat);
- np->nn->stat_updat = netfs_mtime.seconds;
- return ret;
-}
-